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

mrocklin / dask / 2383
92%
master: 94%

Build:
Build:
LAST BUILD BRANCH: astype-passthrough
DEFAULT BRANCH: master
Ran 29 Jun 2018 04:18PM UTC
Jobs 1
Files 102
Run time 9s
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
2383

push

travis-ci

mrocklin
Implement .blocks accessor

```python
>>> import dask.array as da
>>> x = da.arange(10, chunks=2)
>>> x.blocks[0].compute()
array([0, 1])
>>> x.blocks[:3].compute()
array([0, 1, 2, 3, 4, 5])
>>> x.blocks[::2].compute()
array([0, 1, 4, 5, 8, 9])
>>> x.blocks[[-1, 0]].compute()
array([8, 9, 0, 1])
```

Fixes #3684
Fixes #3274

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

15903 of 17349 relevant lines covered (91.67%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2383.1 (PYTHON=2.7 NUMPY=1.14.1 PANDAS=0.22.0 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='false') 29 Jun 2018 04:18PM UTC 0
91.67
Travis Job 2383.1
Source Files on build 2383
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2383
  • 39c30d0a on github
  • Next Build on array-block-accessor (#2384)
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