Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Sep 1, 2023
1 parent 290be5f commit 945fa84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_services_constructor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -378,7 +377,7 @@ end

participation_constraints = [
:ParticipationFractionConstraint__VariableReserve__ReserveUp__Reserve11,
:ParticipationFractionConstraint__VariableReserve__ReserveDown__Reserve2
:ParticipationFractionConstraint__VariableReserve__ReserveDown__Reserve2,
]

found_constraints = 0
Expand Down

0 comments on commit 945fa84

Please sign in to comment.