-
Notifications
You must be signed in to change notification settings - Fork 260
[WIP] Nest3io #739
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
base: master
Are you sure you want to change the base?
[WIP] Nest3io #739
Conversation
Hello @JuliaSprenger! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2019-09-27 14:38:17 UTC |
Hi @JuliaSprenger, in order to load data generated with NEST 3 (no Disclaimer: It is not properly tested, but seems to work at least for the spiking data. At the time of creating the hotfix, I was not aware of this pull request. The hotfix does not make use of any knowledge of nestio-tools or the sionlib library and thus does not generalize the Best, |
Hi @essink Thanks for linking your solution here. Unfortunately this topic is quite low in my queue, so if you want to make a full PR out of this feel free to go ahead. |
Hi @rgutzen @jasperalbers and I just also stumbled upon the NestIO 3.0 problem. Any chance this is merged anytime soon? @rgutzen created a simple hotfix that requires only minor changes in the
In principle this can work for both nest 2.x and 3.x, since the only thing it does is ignoring the header lines in the file and proceeding as usual. We can create a different PR to include this in the nestio if you want. Best, |
This PR adds support for the sion format, the new output format of NEST. The IO depends on the nestio-tools (https://github.com/apeyser/nestio-tools) and the sionlib library (https://www.fz-juelich.de/ias/jsc/EN/Expertise/Support/Software/SIONlib/sionlib-download_node.html).
Current status: Work in progress.