-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cannot run PyNEST/example.py #9
Comments
I seems that the model has not been updated to work with NEST 3.1, where you have to set a single @pgleeson: how is the policy and who's responsible for updating the files over here with new versions from the upstream project? Cheers! |
I have updated the PyNEST files in PR #7 to NEST 3.1. |
Thanks for reporting @104H , it does seem like this was a NEST 3.1 issue, and the updated version in PR #7 by @jhnnsnk mentioned above should work. @jougs Happy to merge the new version, but I've been updating the OMV based testing framework to support multiple version of NEST to be able to test the different versions of the network (NEST, PyNEST, PyNN etc). This is partially updated, but I still need to test the PyNN version with the latest PyNN 0.10.0 and NEST 3. @jhnnsnk I assume the PyNEST code wont work on NEST < 3.0? @jougs Any of the recent NEST versions pip installable..? |
That's true. We have for benchmarking purposes a version of the model that works with both NEST 2 and 3: Potjans_2014 |
I fully support the idea of people transitioning to NEST 3. I'd say this repository should always reflect the version of the model that is compatible with the newest version of NEST. That's also easy to document. If people need older versions, git's a version control system after all ;-) Also, we're of course always happy to help people on the mailing list, should problems arise with their transition to newer versions.
Nope. Sorry! We're working on it in nest/nest-simulator#2170, but there's still some road blocks. |
Running PyNEST/example.py gives the following error on Nest 3.1
The text was updated successfully, but these errors were encountered: