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
There are two options for better handling of unsupported regions:
Models declare which regions they support in the models.yml file. And when a user requests a simulation run, only models that support the selected region are run. This has the further advantage that we can display in the UI which models support the currently selected region.
When a model fails due to unsupported region, send back a different response so that the UI can display a meaningful message to the user that the region is not supported.
The text was updated successfully, but these errors were encountered:
There are two options for better handling of unsupported regions:
Models declare which regions they support in the models.yml file. And when a user requests a simulation run, only models that support the selected region are run. This has the further advantage that we can display in the UI which models support the currently selected region.
When a model fails due to unsupported region, send back a different response so that the UI can display a meaningful message to the user that the region is not supported.
The text was updated successfully, but these errors were encountered: