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
142 stars 134 forks source link

minor bugfixes #794

Closed jchen6727 closed 5 months ago

jchen6727 commented 8 months ago

cfg and netParams supporting '.' traversal updated the secList to not break when a section (generally axon) without pt3d exists subConn with KeyError raise that is slightly more descriptive.

however, if someone were to add a key to their params or cfg dictionary like {'foo.bar': 10} we could add slightly more logic to help address this but I don't know that that usage currently exists, if @vvbragin or @salvadord comment

also ref #793

jchen6727 commented 8 months ago

needs update to check for cell pop 0