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

mrocklin / dask / 550
93%
master: 94%

Build:
Build:
LAST BUILD BRANCH: astype-passthrough
DEFAULT BRANCH: master
Ran 04 Jun 2015 09:24AM UTC
Jobs 1
Files 49
Run time 25s
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
550

push

travis-ci

mrocklin
Reductions support dtype= keyword argument

This follows the NumPy API to enable users to specify the output dtype
of reduction operations.

Example
-------

In [1]: import dask.array as da

In [2]: x = da.ones((4, 4), chunks=2)

In [3]: x.sum(axis=1, dtype='i1')
Out[3]: dask.array<x_2, shape=(4,), chunks=((2, 2)), dtype=int8>

In [4]: x.sum(axis=1, dtype='i1').compute()
Out[4]: array([4, 4, 4, 4], dtype=int8)

Fixes #270

4832 of 5175 relevant lines covered (93.37%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
2 550.2 04 Jun 2015 09:24AM UTC 0
93.37
Travis Job 550.2
Source Files on build 550
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #550
  • 0023d942 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