COVID-IWG / epimargin

networked, stochastic SIRD epidemiological model with Bayesian parameter estimation and policy scenario comparison tools
https://www.adaptivecontrol.org/
MIT License
9 stars 5 forks source link

update cwd() utility function to use __name__ and Path.cwd() #118

Closed satejsoman closed 3 years ago

satejsoman commented 3 years ago

Changes the cwd utility function to use builtins like __file__ to get the script directory; when that fails, use the current working directory as specified by pathlib.Path.cwd().

Closes #116