Skip to content

Commit

Permalink
Find termination condition with iterations for --incomplete_only
Browse files Browse the repository at this point in the history
  • Loading branch information
anamileva committed Jan 15, 2025
1 parent a7b45f1 commit e81c410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gridpath/run_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ def run_optimization_for_subproblem_stage(
if parsed_arguments.incomplete_only:
termination_condition_file = os.path.join(
scenario_directory,
weather_iteration_directory,
hydro_iteration_directory,
availability_iteration_directory,
subproblem_directory,
stage_directory,
"results",
Expand Down

0 comments on commit e81c410

Please sign in to comment.