-
Notifications
You must be signed in to change notification settings - Fork 25
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
Issue running HNN-Netpyne (hnn2) examples #307
Comments
Hi there, Things to try:
|
Thank you for your help @Sumayya55 In cfg.py for the neocortex model example, I found the code you're referencing between triple quotations like so. I tried removing them. I also added import pylab; pylab.show() to the same model's init.py file, and changed 'Agg' to 'TkAgg' in netpynes init.py Now, when running |
Based on the .err output the issue seems to come from " file" not defined. However, I am unable to reproduce on my Mac OS, so this might be a Windows-specific error. If you can find any more information about the error, that would be helpful. Otherwise, we will try to reproduce the error on a Windows machine and get back to you. |
Hello, my name is Mohamed Amin.
I’ve been working with Dr. Mohamed Sherif, and I’ve had an issue with running the examples on hnn-netpyne.
I use Windows 10, and MS-MPI.
After following instructions in the README, I first got a system error: no such file or directory.
I tracked it down to netpyne’s grid.py which had the mpi command assigned as ‘mpirun’, which isn’t recognized as an MS-MPI command. I changed it to ‘mpiexec’.
The error no longer happens now, and instead the terminal stops at ‘Finished submitting jobs...’ and creates the following files in /data/trials:
trials_0.err, trials_0.run, trials_0_cfg.json, trials_batch.json, trials_batchSctipt.py, trials_netParamas.py
But it does not create any plots, which is my main issue.
I also tried running the init.py in the hnn_model folder directly, which runs smoothly but still does not produce plots.
I also tried changing the cfg.duration to 10ms to make sure the issue is not very long processor time, but with the same results.
Would appreciate your help on this issue. Thank you.
The text was updated successfully, but these errors were encountered: