Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Dec 17, 2024
1 parent 690d306 commit ddfd79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_data/results_data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@ function run_test_sim(result_dir::String)
optimizer = HiGHS_optimizer,
name = "UC",
system_to_file = false,
calculate_conflict = true
calculate_conflict = true,
),
DecisionModel(
template_hydro_st_ed,
c_sys5_hy_ed;
optimizer = HiGHS_optimizer,
name = "ED",
system_to_file = false,
calculate_conflict = true
calculate_conflict = true,
),
],
)
Expand Down

0 comments on commit ddfd79b

Please sign in to comment.