Details
-
Task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
Currently, while the models have their input and output types as required properties, there is no checking performed on whether their inputs actually obey these. For robustness, would make sense to check input data type in e.g. pushData() and inputs, and reject e.g. setting a model that has OutputImage as input model for a model that has InputText, and so on.