Skip to content

pymc3.py: make sure step is set within the model context manager

Matthew Pitkin requested to merge matthew-pitkin/bilby:pymc3_fix into master

This patch fixes a bug in which the step method was not being set within the PyMC3 model context manager, so the code would not run if a step method was passed to the sampler.

Merge request reports