George Dang
George Dang
When errors occur within a callback function (a function that runs after a button click), the ipywidgets behavior is to back out of the button click. We recently noticed this...
Updated the hierarchical json conversion script to prune nulled drives. Legacy param files had placeholders for several drives. If unused, values out of typical ranges were specified to null those...
Replacing the param and flat-json param files with hierarchical json for network configuration.
Fixed any flake8 warning/errors in the codebase. These errors are likely legacy errors that were in the codebase before flake8 gh action checks were fully implemented. Collaborators can encounter flake8...
Discussed in #764 Add a name parameter to this method: net.add_tonic_bias(..., name='tonic1'). The name will add a external bias key of the name supplied: ```python self.external_biases[][cell_type] = { 'amplitude': amplitude,...
The GUI MPI was not working on HPC systems where the number of cores partitioned to an instance is less than the total cores of a node. This fix uses...
Network connectivity - [ ] For all excitatory, show ampa and nmda - [ ] For all inhibitory, show gaba a/b
Change colors on spiking plot - [ ] White background - [ ] Don’t allow white for spikes Should these changes be on the plotting API level?