Mainak Jas
Mainak Jas
@jbschiratti reported to me that he has a use case for running autoreject on his data with flat channels. He has locally bad channels and MNE gets overzealous in rejecting...
When trying to integrate binder links in the examples of MNE, we noticed with @larsoner a couple of problems. 1. sphinx-gallery expects the notebooks to be in a directory called...
CLI: allow --config option to take error codes (e.g., NIFTI_UNIT) on top of numeric codes (e.g., 99)
Currently there are a number of issues with the `--config` flag in the CLI: - [x] it expects two configurations at least! The hack if I have one configuration is...
This needs more work but the idea is to have a version of HNN-GUI that is compatible with hnn-core. I won't have more time for this before the workshop but...
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...
When I run the simulation, I see the following: 
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...