You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The type of the qs_lb and qs_ub attributes of the storage element are inconsistent between the documentation and the create_storage() function. In the docs it is Real, but create_storage requires Vector{<:Real}.
Storage loaded from an OpenDSS model matches the types in the documentation, resulting in a storage element that has a single value for qs_lb and qs_ub respectively (as opposed to a vector).
Describe the bug
The type of the
qs_lb
andqs_ub
attributes of the storage element are inconsistent between the documentation and thecreate_storage()
function. In the docs it isReal
, butcreate_storage
requiresVector{<:Real}
.Storage loaded from an OpenDSS model matches the types in the documentation, resulting in a storage element that has a single value for
qs_lb
andqs_ub
respectively (as opposed to a vector).Minimum Viable Example
Results in:
Expected behavior
Should add a new storage device to the model with minimum reactive power -15 kVAR and maximum 15 kVAR.
System Information (please complete the following information):
The text was updated successfully, but these errors were encountered: