-
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
Test same node ID for different node types #1262
Comments
I suggest adapting the A Question about a crashing simulation by Josje van Houwelingen (does she have a Github account to tag? EDIT: @JvanHouwelingen) also pointed out that the sparse |
It's worth checking if we can use this: https://jump.dev/JuMP.jl/stable/manual/containers/#SparseAxisArray |
Alleviates #1262 This code will need to be removed again when that is fixed.
Why is this worth using? What is useful about the |
@visr I also have to make a |
Oh yeah I just assumed it may be easier if it supports the array interface, but if that isn't the case, a dictionary is simpler. |
I realized that I don't actually need that |
With #1113 we theoretically support having e.g. both
Basin #5
andPump #5
in the same model. Now that #1110 is merged, we should test that this works properly.Related to #1256.
The text was updated successfully, but these errors were encountered: