Skip to content

Commit

Permalink
fix kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Aug 7, 2024
1 parent 72a7b0e commit cdb1b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/psi_library.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ function _duplicate_system(main_sys::PSY.System, twin_sys::PSY.System, HVDC_line
active_power_limits_to = (min = -1000.0, max = 1000.0),
reactive_power_limits_from = (min = -1000.0, max = 1000.0),
reactive_power_limits_to = (min = -1000.0, max = 1000.0),
LinearCurve(0.1),
loss = PSY.LinearCurve(0.1),
services = Vector{Service}[],
ext = Dict{String, Any}(),
)
Expand Down

0 comments on commit cdb1b9b

Please sign in to comment.