Fixing some argument bugs in pymc3.py.
All threads resolved!
All threads resolved!
The patch !293 (merged) introduced a bug which meant that a step_kwargs argument had to provided if there was a step argument, this patch fixes this by introducing an option if nuts_kwargs/step_kwargs is None:. It also allows the user to specify the draws argument in default_kwargs instead of the init (sorry for two patches!) @matthew-pitkin could you check if these are okay ?
Edited by Rhys Green
Merge request reports
Activity
- Automatically resolved by Rhys Green
added 1 commit
- a4467c22 - fixing bug from mr - changing curemthod to curmethod
Here's a patch to this that fixes the initialisation of NUTS 0001-Fixes-to-PyMC3-autoinitialisation-of-NUTS-step-metho.patch
added 1 commit
- 1be08c59 - Fixes to PyMC3 autoinitialisation of NUTS step method
mentioned in commit 1f724ae8
Please register or sign in to reply