On the converged
attribute from built-in networks
#1850
christian-cahig
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the following snippet,
we have
That
net.res_bus
andnet.res_line
are empty dataframes is expected behavior, since we have not called any computation of result parameters. However, I believe settingnet.converged
toTrue
is unexpected behavior. In general, I thinknet.converged
should beTrue
orFalse
only after any computation involving result parameters. I am leaning towards a default value ofNone
.Beta Was this translation helpful? Give feedback.
All reactions