Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Dec 21, 2022
1 parent 915efe9 commit 9adbfed
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions test/run_partitioned_simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,16 @@ function build_simulation(
c.shut_down = 1500
end

to_json(c_sys5_pjm_da, joinpath(output_dir, "PSI-5-BUS-UC-ED/c_sys5_pjm_da.json"); force=true)
to_json(c_sys5_pjm_rt, joinpath(output_dir, "PSI-5-BUS-UC-ED/c_sys5_pjm_rt.json"); force=true)
to_json(
c_sys5_pjm_da,
joinpath(output_dir, "PSI-5-BUS-UC-ED/c_sys5_pjm_da.json");
force=true,
)
to_json(
c_sys5_pjm_rt,
joinpath(output_dir, "PSI-5-BUS-UC-ED/c_sys5_pjm_rt.json");
force=true,
)

HiGHSoptimizer = optimizer_with_attributes(HiGHS.Optimizer)

Expand Down

0 comments on commit 9adbfed

Please sign in to comment.