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
grpc is hardcoded. To support remotebmi the start_* methods should have a protocol = 'grpc' | 'openapi' argument and when protocol = openapi then use the remotebmi equivalents:
from remotebmi.client.apptainer import BmiClientApptainer
from remotebmi.client.docker import BmiClientDocker
Note
Remotebmi Python package is in development and has not yet been released to pypi.
The text was updated successfully, but these errors were encountered:
The remotebmi Python package allows to start models in an alternative way than https://github.com/eWaterCycle/grpc4bmi using HTTP, JSON and OpenAPI spec.
At
ewatercycle/src/ewatercycle/container.py
Lines 13 to 14 in ee28ec6
and
ewatercycle/src/ewatercycle/container.py
Line 237 in ee28ec6
and
ewatercycle/src/ewatercycle/container.py
Line 279 in ee28ec6
grpc is hardcoded. To support remotebmi the
start_*
methods should have aprotocol = 'grpc' | 'openapi'
argument and when protocol = openapi then use the remotebmi equivalents:Note
Remotebmi Python package is in development and has not yet been released to pypi.
The text was updated successfully, but these errors were encountered: