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).