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
Good catch. This should have been converted to integer in the past already. I guess the problem never ocured, since it was not a problem with older versions of emcee, that got a new release last week: https://github.com/dfm/emcee/releases/tag/v3.1.0
I will come up with a bugfix. Sorry for the inconvenience and thank you very much for the investigation of this error.
For now you could downgrade your emcee version to 3.0.2.
This works:
But this doesn't:
Traceback:
The problem seems to originate in gs.random.rng.RNG.sample_ln_pdf():
...which later calls
sampler.run_mcmc()
withnsteps=sample_size
but withsample_size=200.0
being a float:The text was updated successfully, but these errors were encountered: