Blake Caldwell
Blake Caldwell
I was about to reimplement HNN's "tooltip" functionality in https://github.com/jonescompneurolab/hnn/pull/232, but it involves documenting what each parameter does. Since managing the parameter space is within hnn-core's arena, I thought we...
Towards the goal of using hnn-core plots in HNN GUI, `plot_spikes_hist()` would be a good first example. If a suitable function was availble in hnn-core, it would make `spikefn.py` one...
A useful travis test would be to verify that the following times don't exceed a threshold: 1. network build (`NeuronNetwork._build()`) 2. running a basic evoked response simulation (add timing to...
The code Salvador has written for HNN can replace the network-building code in network.py and cell.py (maybe feed.py). This would allow users to modify the network configuration in an ad...