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
After the previously opened issue #53 got closed, when running the same code, a new bug shows up: AttributeError: 'MCMCPosterior' object has no attribute '_mcmc_init_params', but happens only at the 3rd round. Which is weird because initially _mcmc_init_params is present, and then seems to disappear. The code to reproduce is the same as issue #53.
The text was updated successfully, but these errors were encountered:
After the previously opened issue #53 got closed, when running the same code, a new bug shows up:
AttributeError: 'MCMCPosterior' object has no attribute '_mcmc_init_params'
, but happens only at the 3rd round. Which is weird because initially _mcmc_init_params is present, and then seems to disappear. The code to reproduce is the same as issue #53.The text was updated successfully, but these errors were encountered: