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

mrocklin / dask / 2269 / 1
92%
master: 94%

Build:
Build:
LAST BUILD BRANCH: astype-passthrough
DEFAULT BRANCH: master
Ran 29 Apr 2018 06:22PM UTC
Files 100
Run time 3s
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

29 Apr 2018 05:50PM UTC coverage: 91.839%. Remained the same
PYTHON=2.7 NUMPY=1.14.1 PANDAS=0.22.0 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='false'

push

travis-ci

mrocklin
Replace get= with scheduler= keyword

This adds a new scheduler= keyword to compute and persist functions,
replacing the non-intuitive get= keyword, enabling users to specify different
schedulers with names like the following:

```python
x.compute(get=dask.threaded.get)  # Before
x.compute(scheduler='threads')    # After
```

The common schedulers are stored in a dictionary in dask/base.py
and dask.distributed is handled specially to avoid importing by default

This also changes docstrings and documentation.

15000 of 16333 relevant lines covered (91.84%)

0.92 hits per line

Source Files on job 2269.1 (PYTHON=2.7 NUMPY=1.14.1 PANDAS=0.22.0 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='false')
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2178
  • Travis Job 2269.1
  • b2b5405d on github
  • Prev Job for PYTHON=2.7 NUMPY=1.14.1 PANDAS=0.22.0 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='false' on scheduler (#2268.1)
  • Next Job for PYTHON=2.7 NUMPY=1.14.1 PANDAS=0.22.0 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='false' on scheduler (#2282.1)
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