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

dask / dask / 10553
53%

Build:
DEFAULT BRANCH: master
Ran 10 Jan 2019 06:53AM UTC
Jobs 2
Files 105
Run time 27min
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
10553

push

travis-ci

web-flow
Use chunks="auto" in array creation routines (#4354)

This uses the chunks="auto" option in array creation routines like
ones, zeros, random, arange, and so on.

```python
>>> import dask.array as da

>>> x = da.ones((10000, 10000))
>>> x.chunks
((2500, 2500, 2500, 2500), (2500, 2500, 2500, 2500))
```

17066 of 18724 relevant lines covered (91.15%)

1.82 hits per line

Jobs
ID Job ID Ran Files Coverage
3 10553.3 (PYTHON=3.6 NUMPY=1.14.1 PANDAS=0.22.0 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='true') 10 Jan 2019 06:53AM UTC 0
91.15
Travis Job 10553.3
7 10553.7 (PYTHON=3.6 NUMPY=1.14.1 PANDAS=0.22.0 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='true') 10 Jan 2019 07:20AM UTC 0
91.13
Travis Job 10553.7
Source Files on build 10553
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10553
  • 056561db on github
  • Prev Build on master (#10552)
  • Next Build on master (#10555)
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