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

File copying in batch.py compability issue fixed #804

Closed Podde1 closed 5 months ago

Podde1 commented 6 months ago

Switched file copying method to shutil (from os.system('cp')) to be compatible over all operating systems, current version do not work on windows due to path error.

vvbragin commented 5 months ago

Thanks Henrik!