You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some analyses, it may be useful to allow a user to define the output of run_simulation.py in a custom way. Add a argparser argument to allow for this.
The text was updated successfully, but these errors were encountered:
Closes [#80](#80).
This PR adds a `outputfn_sfix` argument to the argument parser of `pygem.bin.run.run_simulation.py`, such that a simulation file name suffix can be customized. Docstrings also added throughout `pygem.output.py`.
For some analyses, it may be useful to allow a user to define the output of
run_simulation.py
in a custom way. Add a argparser argument to allow for this.The text was updated successfully, but these errors were encountered: