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

quick fix, adding cfg.progressBar logic, fixed another issue with the loading bar. #821

Closed jchen6727 closed 2 months ago

jchen6727 commented 2 months ago

bugfix (probConn with cfg.verbose == True will break the conn.py script) cfg.progressBar = 2 (all loading bars) cfg.progressBar = 1 (all loading bars with leave toggled) cfg.progressBar = 0 (no loading bars)