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
Router is currently a function exported inside Loop.
Router could be an object that takes inputs variables names, output variables names, and a Model (function) that links them. This way, it is possible to check inside Eophis if returned outputs should be None or Model results.
The idea is to get rid of Model architecture that requires to send back None if at least one None in the inputs.
This requires to find a way to easily transfer several Routers to Loop.
This modifies the API and implies documentation updates.
The text was updated successfully, but these errors were encountered:
Router is currently a function exported inside Loop.
Router could be an object that takes inputs variables names, output variables names, and a Model (function) that links them. This way, it is possible to check inside Eophis if returned outputs should be None or Model results.
The idea is to get rid of Model architecture that requires to send back None if at least one None in the inputs.
This requires to find a way to easily transfer several Routers to Loop.
This modifies the API and implies documentation updates.
The text was updated successfully, but these errors were encountered: