-
Notifications
You must be signed in to change notification settings - Fork 1
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
Multiscale hard dependencies #83
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3ee8ce - Browse repository at this point
Copy the full SHA e3ee8ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca7fc22 - Browse repository at this point
Copy the full SHA ca7fc22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cbe937 - Browse repository at this point
Copy the full SHA 4cbe937View commit details
Commits on Sep 20, 2024
-
inputs and outputs of "root" nodes of the hard dependencies are the union of theirs + the ones of their hard dependencies
Configuration menu - View commit details
-
Copy full SHA for 534a274 - Browse repository at this point
Copy the full SHA 534a274View commit details
Commits on Oct 10, 2024
-
soft_dependencies_multiscale : avoid taking variables from hard deps …
…at another scale into account
Configuration menu - View commit details
-
Copy full SHA for 8645fbf - Browse repository at this point
Copy the full SHA 8645fbfView commit details -
hard_dependencies : return a flat list (Dict) of hard dependencies fo…
…r easier subsequent access
Configuration menu - View commit details
-
Copy full SHA for 21df363 - Browse repository at this point
Copy the full SHA 21df363View commit details -
hard_dependencies : fix nested hard dependencies grandparents' state …
…invalidated when the grandparent is created later (and the hard dep's parent then points to the non-updated node)
Configuration menu - View commit details
-
Copy full SHA for 8bbace3 - Browse repository at this point
Copy the full SHA 8bbace3View commit details -
Soft dependencies : if the parent of a soft dep is a nested hard dep,…
… change that parent to be the master node of the hard dep (propagate ?)
Configuration menu - View commit details
-
Copy full SHA for 181868d - Browse repository at this point
Copy the full SHA 181868dView commit details -
soft_dependencies : correct standard codepath affected by my prior ch…
…anges + an incorrect error check
Configuration menu - View commit details
-
Copy full SHA for 8cdab13 - Browse repository at this point
Copy the full SHA 8cdab13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02237b5 - Browse repository at this point
Copy the full SHA 02237b5View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57d4503 - Browse repository at this point
Copy the full SHA 57d4503View commit details
Commits on Oct 17, 2024
-
soft_dependencies : Previous changes didn't account for when the nest…
…ed hard dep is at the same scale as the soft dependency and not its parent, only hard deps at different scales from the downstream model
Configuration menu - View commit details
-
Copy full SHA for 278cefe - Browse repository at this point
Copy the full SHA 278cefeView commit details
Commits on Oct 22, 2024
-
Use the scale to ensure dependencies connect to the right ancestor (o…
…r surrogate for soft dependencies to an internal multiscale hard dep) ; without scale it was possible in hard dependency configurations reusing the model at different scales to select the right model at the wrong scale
Configuration menu - View commit details
-
Copy full SHA for ca8d315 - Browse repository at this point
Copy the full SHA ca8d315View commit details
Commits on Oct 24, 2024
-
Addendum to the documentation to showcase hard dependency declaration…
…s in a multiscale context
Configuration menu - View commit details
-
Copy full SHA for 71d8f6f - Browse repository at this point
Copy the full SHA 71d8f6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf567d6 - Browse repository at this point
Copy the full SHA bf567d6View commit details