hnn icon indicating copy to clipboard operation
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.

Results 49 hnn issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

documentation

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...

bug

On the linux/ubuntu install, clicking the configure subplots button: ![image](https://user-images.githubusercontent.com/55253912/113734558-6e6a8680-96c9-11eb-9e99-3a4903d0cc47.png) leads to the following error: ![image](https://user-images.githubusercontent.com/55253912/113734705-8d691880-96c9-11eb-861e-f492c4d3d63c.png) And traceback from the console: ![image](https://user-images.githubusercontent.com/55253912/113734805-a4a80600-96c9-11eb-833b-e8e5a574819e.png)

bug

When I run the simulation, I see the following: ![image](https://user-images.githubusercontent.com/15852194/113480536-a623c500-9462-11eb-8a89-341039529908.png)

bug

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.

bug

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...