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

mrocklin / dask / 394
93%
master: 94%

Build:
Build:
LAST BUILD BRANCH: astype-passthrough
DEFAULT BRANCH: master
Ran 30 Apr 2015 07:16PM UTC
Jobs 1
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

pending completion
394

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)

15 of 15 new or added lines in 1 file covered. (100.0%)

3737 of 3993 relevant lines covered (93.59%)

0.94 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
100.0
dask/array/core.py
Jobs
ID Job ID Ran Files Coverage
2 394.2 30 Apr 2015 07:16PM UTC 0
93.59
Travis Job 394.2
Source Files on build 394
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #394
  • d3fd7fb8 on github
  • Next Build on from_array-lock (#395)
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