sbi-benchmark / sbibm

Simulation-based inference benchmark
https://sbi-benchmark.github.io
MIT License
88 stars 34 forks source link

AttributeError: 'MCMCPosterior' object has no attribute '_mcmc_init_params' #56

Closed gisilvs closed 1 year ago

gisilvs commented 1 year ago

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.