I joined a lab few days ago and I have been learning NetPyne by myself.
I was trying to implement tutorial 7 (
http://doc.netpyne.org/tutorial.html#tutorial-7-modifying-the-instantiated-network-interactively), after I ran the code, I only got 2D net and traces images except raster image that is shown on tutorial 7 manual.
Here is a error message from my terminal!
####################################
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/netpyne/analysis/utils.py", line 87, in wrapper
return function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/netpyne/plotting/plotRaster.py", line 395, in plotRaster
rasterPlotter.axis.vlines(spkTimes, 0, len(cellInds), 'red', linewidth=0.1)
^^^^^^^^
NameError: name 'cellInds' is not defined
####################################
I also tried to download the example file in the manual (tut7.py), so definitely not typo error.
I don't know what should i try to do. Any help would be appreciated.
sincerely,
gyumin.
P.S I also checked the Ivan Shevchenko's question about tutorial 7, but unfortunately it didn't help :(