After I get ~/MODEL_RUNS/example/inputs/..., I want to execute the following command:
os.system(
f'start cmd /k "cd {model_run_location} & activate match_model & match solve-scenarios"'
)
Unfortunatelly, I cannot find the batch file "match" and "solve-scenarios".
Could you please help me understand where I might have gone wrong, or if there's any misunderstanding on my part?
If you could answer my question, I would be very grateful.
After I get ~/MODEL_RUNS/example/inputs/..., I want to execute the following command:
os.system(
f'start cmd /k "cd {model_run_location} & activate match_model & match solve-scenarios"'
)
Unfortunatelly, I cannot find the batch file "match" and "solve-scenarios".
Could you please help me understand where I might have gone wrong, or if there's any misunderstanding on my part?
If you could answer my question, I would be very grateful.