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

mrocklin / dask / 2363
92%
master: 94%

Build:
Build:
LAST BUILD BRANCH: astype-passthrough
DEFAULT BRANCH: master
Ran 21 Jun 2018 12:40PM UTC
Jobs 1
Files 102
Run time 10s
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
2363

push

travis-ci

mrocklin
Avoid deepcopy in dask.config.set

When using dask.config.set as a context manager we need to be able to
reverse the changes we make.

Before we used to do a `deepcopy` of the previous configuration and
then apply it back when we exited.  This was expensive and broke
whenever the configuration contained anything that wasn't easily
deepcopyable (roughly the same things that aren't pickleable).

Now we record what changes we made, and remove them more surgically.

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

15805 of 17245 relevant lines covered (91.65%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2363.1 (PYTHON=2.7 NUMPY=1.14.1 PANDAS=0.22.0 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='false') 21 Jun 2018 12:40PM UTC 0
91.65
Travis Job 2363.1
Source Files on build 2363
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2363
  • 48e69134 on github
  • Next Build on config-no-deepcopy (#2364)
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