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
This produces a process description where it is hard to understand what is the expected behaviour. If an input is always required, there should not be a default. Otherwise, min_occurs=0 should be provided and it would be expected that this default is used. Right now, default serves no purpose and is counter intuitive.
The text was updated successfully, but these errors were encountered:
I noticed in following description that this process provides a
region
input with both explicitmin_occurs=1
anddefault="DEU"
.flyingpigeon/flyingpigeon/processes/wps_subset_countries.py
Lines 31 to 33 in 9f12aa3
This produces a process description where it is hard to understand what is the expected behaviour. If an input is always required, there should not be a
default
. Otherwise,min_occurs=0
should be provided and it would be expected that thisdefault
is used. Right now,default
serves no purpose and is counter intuitive.The text was updated successfully, but these errors were encountered: