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
If a parameter has no default value, when it's parent model address changes, a default value is invented and sent out. @type float : returns 0. @type int : returns 0 @type string : returns an empty string
If a parameter has no default value, when it's parent model address changes, a default value is invented and sent out.
@type float : returns 0.
@type int : returns 0
@type string : returns an empty string
I would expect it to not return anything if there's no default value specified, and if no no value has been set yet.
it may be related to #703 ?
(I agree that if a value has been set to the parameter, it should be return when the model address changes.)
The text was updated successfully, but these errors were encountered: