suny-downstate-medical-center / netpyne

A Python package to facilitate the development, parallel simulation, optimization and analysis of multiscale biological neuronal networks in NEURON.
http://www.netpyne.org
MIT License
144 stars 135 forks source link

fixes in save/load (load from JSON, LFP data etc.) #652

Closed vvbragin closed 2 years ago

vvbragin commented 2 years ago

fixed loading from JSON (population order was mixed, which caused flaws in raster, histogram and connectivity matrix plots) skip saving/gathering RecXElectrode only for JSON (for .pkl it works) *cleaned-up some legacy code and configurations