add script to create dependency graph - #79
Open
Rashmil-1999 wants to merge 19 commits into
Open
Conversation
Rashmil-1999
requested review from
jonglee1,
longshuicy,
navarroc,
ylyangtw and
ywkim312
September 20, 2024 17:54
navarroc
reviewed
Apr 18, 2025
navarroc
reviewed
Apr 18, 2025
navarroc
reviewed
Apr 29, 2025
| "result_name": "monte_carlo_limit_state_probability-result", | ||
| "num_cpu": 8, | ||
| "num_samples": 10, | ||
| "damage_interval_keys": "['DS_0', 'DS_1', 'DS_2', 'DS_3']", |
Member
There was a problem hiding this comment.
This should just be DS_0 DS_1 DS_2 DS_3 and DS_1 DS_2 DS_3, no commas and no brackets
navarroc
reviewed
Apr 29, 2025
| "manual": "mean_dmg.html", | ||
| "parameter_defaults": { | ||
| "result_name": "mean-damage-result", | ||
| "damage_interval_keys": "['DS_0', 'DS_1', 'DS_2', 'DS_3', 'DS_4']", |
Member
There was a problem hiding this comment.
Mean damage should be DS_0 DS_1 DS_2 DS_3, no commas or brackets
navarroc
reviewed
May 14, 2025
| "result_name": "monte_carlo_limit_state_probability-result", | ||
| "num_cpu": 8, | ||
| "num_samples": 10, | ||
| "damage_interval_keys": "DS_0,DS_1,DS_2,DS_3", |
Member
There was a problem hiding this comment.
The interval keys need to use a space separator for both damage intervals and failure state keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This script creates a dependency graph json which will be helpful to maintain the graph and enable us to add "previous" and "next" analysis in incore-studio