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
Currently these are optional in the sense that we default to the empty string.
When setting up a model from QGIS it makes much more sense to use NULL instead. We should support that with Union{String, Missing}.
Fixes#1244
Having a node name in validation error messages is slightly nicer, but
we were only doing it in two places. And the ID printing of `Pump #5` is
quite nice and compact.
Currently these are optional in the sense that we default to the empty string.
When setting up a model from QGIS it makes much more sense to use NULL instead. We should support that with
Union{String, Missing}
.@JvanHouwelingen ran into this.
The text was updated successfully, but these errors were encountered: