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

pymc-devs / pymc3 / 6023 / 3
87%
master: 87%

Build:
DEFAULT BRANCH: master
Ran 18 Jul 2017 03:12PM UTC
Files 136
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

18 Jul 2017 01:25PM UTC coverage: 29.123%. Remained the same
PYTHON_VERSION=2.7 FLOATX='float32' 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

4427 of 15201 relevant lines covered (29.12%)

0.29 hits per line

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

© 2025 Coveralls, Inc