-
Notifications
You must be signed in to change notification settings - Fork 6
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
Issue with Multi-run of Hodgkin-Huxley Example #74
Comments
Hi @michmgee, thanks for the report. Please note that I transferred it to the |
Thanks for your prompt response! I'm using brian2 version 2.5.4 and brian2modelfitting version 0.4. What is the most current version of brian2 that I can use with brian2modelfitting? |
Hmm, I just checked and I can run the example successfully with Brian 2.5.4. There was a bug fix related to variable names starting with underscores that seems to be relevant here, but I don't see any definition with an underscore anywhere in this example. Are you running the example in its own process, or is it ran as part of an ongoing session? In any case, it should not give this specific error with Brian versions < 2.5. Alternatively, you can keep the latest Brian version and switch to the unreleased development version of
But note that this package comes with additional dependencies that might be quite big (see #73). |
I'm pretty new to python, so this could be an issue with what I have done. I pip installed brian2 and brian2modelfitting. Now I'm trying to run the Multi-run Hodgkin-Huxley example (https://brian2modelfitting.readthedocs.io/en/stable/examples/hh_multirun.html). I copied and pasted the code from the tutorial but when I run it I get the error:
The text was updated successfully, but these errors were encountered: