hnn
hnn copied to clipboard
The Human Neocortical Neurosolver (HNN) is a software tool that gives researchers/clinicians the ability to develop/test hypotheses on circuit mechanisms underlying EEG/MEG data.
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**....
I'm starting an issue with all the issues I notice in the alpha/beta tutorial as I go through it on latest HNN (that uses HNN-core). I'll keep updating this description...
Updating cell property parameters from within the GUI doesn't affect the simulation. This is an [issue in hnn-core](https://github.com/jonescompneurolab/hnn-core/issues/316) as well, but we'll need to update hnn accordingly once the hnn-core...
On the linux/ubuntu install, clicking the configure subplots button:  leads to the following error:  And traceback from the console: 
When I run the simulation, I see the following: 
Currently the second step on the [ubuntu install instructions](https://blakecaldwell.github.io/hnn/installer/ubuntu/) requires creating an environment with an environment.yml file that is not provided or discussed. Pretty sure the fix is just flipping...
I'm on the master branch and running a simulation. When I click "Stop all simulations", it doesn't do anything. I have this problem on Mac.
I tried the following in ipython: ```py from hnn import HNNGUI from PyQt5 import QtWidgets QtWidgets.QApplication(['hnn.py']) HNNGUI() ``` It opens the GUI but when I try to run a simulation,...
closes #249 @blakecaldwell could you push directly to this branch and set up the "install dependencies" part. I'm not too familiar with this for HNN. Decided to go with Github...