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
Some output variables in a few processes (like flow receivers, etc.) are not set before the 1st run step.
I'm not sure if it makes sense setting a dummy value for those variables in initialize, as I can't think of a case where those are needed elsewhere during initialization. The only annoying thing is that a KeyError is raised when trying to use it in other process classes at this stage.
The text was updated successfully, but these errors were encountered:
Some output variables in a few processes (like flow receivers, etc.) are not set before the 1st run step.
I'm not sure if it makes sense setting a dummy value for those variables in
initialize
, as I can't think of a case where those are needed elsewhere during initialization. The only annoying thing is that aKeyError
is raised when trying to use it in other process classes at this stage.The text was updated successfully, but these errors were encountered: