You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with PyMC version 4.0.0b4, aesara version 2.5.1 and aeppl version 0.0.27. However, there is no error when using PyMC version 4.0.0b3 (and aesara version 2.4.0, aeppl version 0.0.26). See notebooks here (b3) and here (b4)
This was introduced here 2dd4c8c now all steps are assigned using assign_step_methods but before that we first attempted to run NUTS and only if that fails we used assign_step_methods.
Following this change parameters specific to a given sampler has to be passed using the name of the step method, like nuts={'target_accept:0.9'}
One solution is to keep the previous change and just update the documentation.
yields
with PyMC version 4.0.0b4, aesara version 2.5.1 and aeppl version 0.0.27. However, there is no error when using PyMC version 4.0.0b3 (and aesara version 2.4.0, aeppl version 0.0.26). See notebooks here (b3) and here (b4)
First raised by @OriolAbril
The text was updated successfully, but these errors were encountered: