From 945fa84ff1681df1359caa49676140ed24650e42 Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Fri, 1 Sep 2023 09:53:23 -0600 Subject: [PATCH] run formatter --- test/test_services_constructor.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_services_constructor.jl b/test/test_services_constructor.jl index f6aed68239..1c62b25f0d 100644 --- a/test/test_services_constructor.jl +++ b/test/test_services_constructor.jl @@ -353,7 +353,6 @@ end ServiceModel(ReserveDemandCurve{ReserveUp}, StepwiseCostReserve, "ORDC1"), ) - model = DecisionModel(template, c_sys5_uc) @test build!(model; output_dir = mktempdir(; cleanup = true)) == PSI.BuildStatus.BUILT moi_tests(model, 648, 0, 384, 216, 72, false) @@ -378,7 +377,7 @@ end participation_constraints = [ :ParticipationFractionConstraint__VariableReserve__ReserveUp__Reserve11, - :ParticipationFractionConstraint__VariableReserve__ReserveDown__Reserve2 + :ParticipationFractionConstraint__VariableReserve__ReserveDown__Reserve2, ] found_constraints = 0