BlueBrain / BluePyMM

Blue Brain Python Cell Model Management
https://bluepymm.readthedocs.io/en/latest/
Other
13 stars 9 forks source link

support relative path for template of prepare.json #230

Closed anilbey closed 3 years ago

anilbey commented 3 years ago

@jjt20 noticed the templates specified with relative paths were not found. Due to the tools.cd() calls in the code, the cwd is changing in between functions and sometimes within one function. With this small change, the users can specify both absolute and relative paths in the config.

227