Fix PyMC3 after deprecation of step_kwargs and nuts_kwargs
The new release of PyMC3 (v3.9) has completely removed the nuts_kwargs
and step_kwargs
options, which breaks the test suite. This MR allows the PyMC3 implementation in bilby to work for version before and after 3.9.
Refs !811 (merged).
Merge request reports
Activity
mentioned in merge request !811 (merged)
added 1 commit
- 4a2c812e - Switch to StrictVersion rather than packaging.version
added 1 commit
- 8ce9b4e4 - Move setting of default step_kwargs so that PyMC3 is not required when importing the class
mentioned in commit 4893cd83
changed milestone to %1.0.0
Please register or sign in to reply