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

mrocklin / dask / 2269
92%
master: 94%

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

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.

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

15000 of 16333 relevant lines covered (91.84%)

0.92 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
9
100.0
dask/base.py

Uncovered Existing Lines

Lines Coverage ∆ File
12
100.0
dask/base.py
Jobs
ID Job ID Ran Files Coverage
1 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') 29 Apr 2018 06:22PM UTC 0
91.84
Travis Job 2269.1
Source Files on build 2269
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2269
  • b2b5405d on github
  • Prev Build on scheduler (#2268)
  • Next Build on scheduler (#2282)
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