Skip to content

Commit

Permalink
fix return type of check_opendss_powers
Browse files Browse the repository at this point in the history
  • Loading branch information
NLaws committed Dec 22, 2024
1 parent b2ffe56 commit 815635b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opendss.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Return bool for whether or not the load powers match the solution powers In othe
constant power model was used in the solution. OpenDSS will automatically (and silently) change the
load models when solving if voltages go outside of bounds (that can be set on the Load objects).
"""
function check_opendss_powers(;tol=1e-6)::bool
function check_opendss_powers(;tol=1e-6)::Bool

elements = OpenDSS.Circuit.AllElementNames()

Expand Down

0 comments on commit 815635b

Please sign in to comment.