Skip to content
Snippets Groups Projects
Commit 52cdf6fc authored by Matthew David Pitkin's avatar Matthew David Pitkin
Browse files

pymc3.py: explicitly set step method arguments

 - PyMC3 only applies the step_kwargs and nuts_kwargs arguments
   to the step methods if they are automaticallu allocated. Otherwise,
   it assumes you have already initialised the method with the
   required keywork arguments. This was not being done in bilby, so
   this patch fixes it and does explicitly initialise the step methods
   with values passed to step_kwargs or nuts_kwargs as required.
parent 712192db
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment