Skip to content

Commit

Permalink
update quadratic to avoid compact formulation
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed May 15, 2024
1 parent 28c095b commit ef6b674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_device_thermal_generation_constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ end
sys_5 = build_system(PSITestSystems, "c_sys5_uc")
template_uc =
ProblemTemplate(NetworkModel(PTDFPowerModel; PTDF_matrix = PTDF(sys_5)))
set_device_model!(template_uc, ThermalStandard, ThermalCompactUnitCommitment)
set_device_model!(template_uc, ThermalStandard, ThermalBasicUnitCommitment)
set_device_model!(template_uc, RenewableDispatch, FixedOutput)
set_device_model!(template_uc, PowerLoad, StaticPowerLoad)
set_device_model!(template_uc, DeviceModel(Line, StaticBranch))
Expand Down

0 comments on commit ef6b674

Please sign in to comment.