Closed rberg2 closed 2 years ago
Hi @rberg2,
There's just a small bug in your code, it should be
p1 = Population(100, IF_curr_alpha(), structure=space.Grid2D())
not
p1 = Population(100, IF_curr_alpha, structure=space.Grid2D())
[By the way, I note you're using NEST 3.3, which is not fully compatible with the current release of PyNN (0.10.0) - NEST 3.1 is preferred. PyNN 0.10.1 will be released very soon (this week or next), and will include support for NEST 3.3, so please update your PyNN installation once the new version comes out].
Thanks for the correction! It looks like I was following the instructions for PyNN 0.7.
Hello, I am attempting to validate my installation of PyNN and Nest-simulator in a rather large miniconda environment. While running the example code I run into the following error. Do you have any idea whats going wrong?
Thanks in advance!