-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execution order #7
Comments
the order is currently defined by the |
I've added an initial implementation in 36bcb8e to make the sequence transparent and mutable from the interface level |
made a pull request (#8 ) for mutable sequence |
I think we might need more than that, since the execution is not just about ordering, it can also call specific functions from the CAP. In this case, I think we need to make it so that the user builds the whole sequence (connectors, executors and subsequences) from the API methods. |
alright, I will keep working on that |
https://github.com/noaa-ocs-modeling/NEMSpy/blob/33323ae4135ca0b9cd3679bd7e53f6919afc0ad2/examples/example_1.py#L15-L20
How is the execution order defined?
The text was updated successfully, but these errors were encountered: