Skip to content

Commit

Permalink
rename network model
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jan 24, 2024
1 parent 2727784 commit 5fd260f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_utils/operations_problems_templates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function get_template_hydro_st_ed(network=CopperPlatePowerModel, duals=[])
return template
end

function get_template_dispatch_with_network(network=StandardPTDFModel)
function get_template_dispatch_with_network(network=PTDFPowerModel)
template = ProblemTemplate(network)
set_device_model!(template, PowerLoad, StaticPowerLoad)
set_device_model!(template, ThermalStandard, ThermalBasicDispatch)
Expand Down

0 comments on commit 5fd260f

Please sign in to comment.