opengeospatial / ets-ogcapi-processes10

Other
3 stars 3 forks source link

Failure on lack of mixed type #53

Closed jerstlouis closed 1 year ago

jerstlouis commented 1 year ago

Describe the bug The ETS gives a failure on lack of mixed type in echo process for OGC Process Description conformance class.

Expected behavior This should be a skip, not a fail. There is no requirement for Processes implementations to have mixed type inputs.

Additional context No Input definition of 'echo' process identifies a Mixed Type input expected [true] but found [false]

tomkralidis commented 1 year ago

Coming over from #69, looking for similar clarification (pygeoapi compliance).

bpross-52n commented 1 year ago

@jerstlouis You are right, there is no requirement that demands mixed types in process descriptions. I have created a pull request that changes from failing to skipping the test, see #73.