Skip to content

Commit

Permalink
Fix to summarize rule (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
anamileva authored Jun 21, 2022
1 parent 23aa580 commit 61960b4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions gridpath/auxiliary/import_export_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ def export_rule_use(instance, quiet):
return unserved_energy_found


def summarize_results_use(
scenario_directory, subproblem_directory, stage_directory, quiet
):
def summarize_results_use(scenario_directory, subproblem, stage, quiet):
if os.path.exists(
os.path.join(
scenario_directory,
subproblem_directory,
stage_directory,
subproblem,
stage,
"results",
"load_balance.csv",
)
Expand Down

0 comments on commit 61960b4

Please sign in to comment.