Closed ramapati166 closed 4 years ago
The Brian2 backend for PyNN is still in development phase (PyNN supports Brian(1) but not yet Brian2).
Also, I believe this query should be posted in the Brian2 github issue tracker: https://github.com/brian-team/brian2/issues as "case study I" that you have referred to is with Brian2 code, and not PyNN.
Hi, as @appukuttan-shailesh said, this is the issue tracker for the PyNN simulation interface, not for the Brian 2 simulator. You can use the issue tracker he linked, but a better place to ask this kind of questions would probably be the Brian forum.
Regarding your actual issue: the jupyter notebook for the first case study needs the Python file example_1_pyloric_net_plot.py
for the plotting code. If you downloaded the jupyter notebook on your machine, you need to also download that file and place it in the same directory as your notebook (or you could clone/download the whole repository with all the files). Alternatively, you can run the notebook online on the binder infrastructure, this has access to all the necessary files.
Thanks a lot..
In "Brian 2, an intuitive and efficient neural simulator" a numbers of case studies have been done and also its codes are available in GitHub, but when I start simulating with same simulation code using Brian2 simulator it is showing following error message. If anyone can help me how I can run the simulation code for the "case study I" in the above mentioned paper I will be highly obliged to you. Thanks in advance.
ModuleNotFoundError Traceback (most recent call last)