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
Separate the common user scripts (ecm_prep.py and run.py) and the input generation modules into separate submodules. /supporting_data and constants.py are likely the only shared resources for the two.
We may potentially want to introduce entry point(s) to more easily run the user scripts too. Being able to run, for example, scout run --args or scout ecm_prep --args is easier than traversing several directories.
The text was updated successfully, but these errors were encountered:
Separate the common user scripts (ecm_prep.py and run.py) and the input generation modules into separate submodules.
/supporting_data
andconstants.py
are likely the only shared resources for the two.We may potentially want to introduce entry point(s) to more easily run the user scripts too. Being able to run, for example,
scout run --args
orscout ecm_prep --args
is easier than traversing several directories.The text was updated successfully, but these errors were encountered: