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

mrocklin / dask / 570
93%
master: 94%

Build:
Build:
LAST BUILD BRANCH: astype-passthrough
DEFAULT BRANCH: master
Ran 12 Jun 2015 11:14AM UTC
Jobs 1
Files 49
Run time 33s
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
570

push

travis-ci

mrocklin
da.take supports numpy[dask] operations

Example
-------

In [1]: import numpy as np

In [2]: import dask.array as da

In [3]: x = np.arange(5).astype('f8')

In [4]: y = da.from_array(np.array([1, 2, 3, 3, 2 ,1]), chunks=3)

In [5]: da.take(x * 2, y)
Out[5]: dask.array<x_2, shape=(6,), chunks=((3, 3)), dtype=float64>

In [6]: _.compute()
Out[6]: array([ 2.,  4.,  6.,  6.,  4.,  2.])

Fixes #289 cc @HolgerPeters

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

4918 of 5272 relevant lines covered (93.29%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
2 570.2 12 Jun 2015 11:14AM UTC 0
93.29
Travis Job 570.2
Source Files on build 570
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #570
  • cc492f8d on github
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