Skip to content

Commit

Permalink
Use concrete type
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Daniel Lara <[email protected]>
  • Loading branch information
daniel-thom and jd-lara authored Sep 21, 2023
1 parent d99f4a2 commit 3c10096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ function construct_device!(
sys::PSY.System,
::ModelConstructStage,
device_model::DeviceModel{T, StaticBranchBounds},
network_model::NetworkModel{<:StandardPTDFModel},
network_model::NetworkModel{StandardPTDFModel},
) where {T <: PSY.ACBranch}
devices =
get_available_components(T, sys, get_attribute(device_model, "filter_function"))
Expand Down

0 comments on commit 3c10096

Please sign in to comment.