Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug on ensemble.py #53

Open
dkn16 opened this issue Mar 25, 2021 · 1 comment
Open

Bug on ensemble.py #53

dkn16 opened this issue Mar 25, 2021 · 1 comment
Assignees
Labels
context: mcmc type: bug Something isn't working

Comments

@dkn16
Copy link

dkn16 commented Mar 25, 2021

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:

  1. 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

@dkn16 dkn16 added the bug Something isn't working label Mar 25, 2021
@steven-murray
Copy link
Member

Thanks @dkn16. I'll make sure I fix this today.

@steven-murray steven-murray self-assigned this Mar 25, 2021
@steven-murray steven-murray added context: mcmc type: bug Something isn't working and removed bug Something isn't working labels Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
context: mcmc type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants