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

dask / dask / 11330
53%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2019 09:19PM UTC
Jobs 1
Files 108
Run time 13s
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
11330

push

travis-ci

web-flow
Fix perf issue in dd.Series.isin (#4727)

Previously this was slow for large lists/large npartitions for two
reasons:

- The `values` object was part of every task in the graph, increasing
the serialization cost between workers, and traversal cost when
evaluating on a worker.
- The `values` object is usually a builtin python collection (usually a
list), which coupled with the above would significantly slow down our
optimization passes as a large list was traversed once for every
partition.

We now wrap `values` in `delayed`, avoiding both of these problems.

Also expanded test coverage for `isin`, explicitly forbidding a few odd
arguments we don't support.

17114 of 18885 relevant lines covered (90.62%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
3 11330.3 (PYTHON=3.6 NUMPY=1.15.1 PANDAS=0.23.4 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='true') 24 Apr 2019 09:19PM UTC 0
90.62
Travis Job 11330.3
Source Files on build 11330
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11330
  • 20d523a0 on github
  • Prev Build on master (#11329)
  • Next Build on master (#11334)
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