-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ability to merge two Ribasim models in Python #912
Labels
python
Relates to one of the Ribasim python packages
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@SouthEndMusic
This would be helpful in writing larger testmodels that don't duplicate code, but can merge smaller test models.
Could be generically implemented as follows:
The difficulty lies in making sure the renamed node_ids are either known at the Model merge level, and used in other methods, or the renaming of the node_ids follows a fixed schema. So when the Nodes and Edges are renamed, they still are linked to things like Pumps.
The text was updated successfully, but these errors were encountered: