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
When calling the function EnsembleSampler.init, always throw an error with 'got an unexpected keyword argument dim' To Reproduce:
Steps to reproduce the behavior:
call run_mcmc and one can see the error
Expected behavior:
I guess the self.dim in ensemble.py should be self.ndim. Details:
OS: CentOS 7.9.2009
Python Version: 3.8
Relevant compiler versions:
Relevant package versions: emcee 3.0.2
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug:
When calling the function EnsembleSampler.init, always throw an error with 'got an unexpected keyword argument dim'
To Reproduce:
Steps to reproduce the behavior:
Expected behavior:
I guess the self.dim in ensemble.py should be self.ndim.
Details:
Additional context
The text was updated successfully, but these errors were encountered: