• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mrocklin / dask / 394 / 2
93%
master: 94%

Build:
Build:
LAST BUILD BRANCH: astype-passthrough
DEFAULT BRANCH: master
Ran 30 Apr 2015 07:16PM UTC
Files 40
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Apr 2015 07:12PM UTC coverage: 93.589%. First build
394.2

push

travis-ci

mrocklin
From_array includes lock kwarg

This allows getarray calls to coordinate around a lock if necessary
when the underlying data store does not support concurrent reads.

Usage

    >>> a = da.from_array(x, chunks=(1000, 1000), lock=True)

or coordinate between arrays

    >>> lock = threading.Lock()
    >>> a = da.from_array(x, chunks=(1000, 1000), lock=lock)
    >>> b = da.from_array(y, chunks=(1000, 1000), lock=lock)

3737 of 3993 relevant lines covered (93.59%)

0.94 hits per line

Source Files on job 394.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 394
  • Travis Job 394.2
  • d3fd7fb8 on github
  • Next Job for on from_array-lock (#395.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc