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

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

Build:
Build:
LAST BUILD BRANCH: astype-passthrough
DEFAULT BRANCH: master
Ran 28 Apr 2018 02:31PM UTC
Files 100
Run time 4s
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

28 Apr 2018 01:08PM UTC coverage: 91.839%. First build
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 2268.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 2177
  • Travis Job 2268.1
  • ea8deeb3 on github
  • 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 (#2269.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