UM-Bridge / umbridge

UM-Bridge (the UQ and Model Bridge) provides a unified interface for numerical models that is accessible from virtually any programming language or framework.
https://um-bridge-benchmarks.readthedocs.io/en/docs/
MIT License
32 stars 14 forks source link

Python server: Ensure that the model returns a list of lists #77

Open linusseelinger opened 5 months ago

linusseelinger commented 5 months ago

Currently the client checks if the user actually passes a list of lists as input. However, the server doesn't check if the given model returns the same type. We need to add the same check on the server side to guide model developers.