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

pymc-devs / pymc3 / 6022 / 7
87%
master: 87%

Build:
DEFAULT BRANCH: master
Ran 18 Jul 2017 01:51PM UTC
Files 136
Run time 6s
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

18 Jul 2017 01:25PM UTC coverage: 30.077% (+0.005%) from 30.072%
PYTHON_VERSION=2.7 FLOATX='float64' TESTCMD="--durations=10 --cov-append pymc3/tests/test_examples.py pymc3/tests/test_posteriors.py"

push

travis-ci

junpenglao
Fixed step method argument storage hack for unpickling in parallel processes (#2425)

* Fixed step method argument storage hack for unpickling in parallel processes

The original hack did not store the model. As a result, when multiprocessing unpickled the step method, it would attempt to find a model in the context. However there is no context in the forked process, so it fails. This proposed change explicitly stores the model as an argument to be used in constructing the step method object when unpickling it.

* Made the change compatible with python 2.7

* Reverted change

4572 of 15201 relevant lines covered (30.08%)

0.3 hits per line

Source Files on job 6022.7 (PYTHON_VERSION=2.7 FLOATX='float64' TESTCMD="--durations=10 --cov-append pymc3/tests/test_examples.py pymc3/tests/test_posteriors.py")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6022
  • Travis Job 6022.7
  • 506017c4 on github
  • Prev Job for PYTHON_VERSION=2.7 FLOATX='float64' TESTCMD="--durations=10 --cov-append pymc3/tests/test_examples.py pymc3/tests/test_posteriors.py" on master (#6018.7)
  • Next Job for PYTHON_VERSION=2.7 FLOATX='float64' TESTCMD="--durations=10 --cov-append pymc3/tests/test_examples.py pymc3/tests/test_posteriors.py" on master (#6023.7)
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