-
Notifications
You must be signed in to change notification settings - Fork 0
add script to create dependency graph #79
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
base: master
Are you sure you want to change the base?
add script to create dependency graph #79
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this be merged?
"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']", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should just be DS_0 DS_1 DS_2 DS_3 and DS_1 DS_2 DS_3, no commas and no brackets
"manual": "mean_dmg.html", | ||
"parameter_defaults": { | ||
"result_name": "mean-damage-result", | ||
"damage_interval_keys": "['DS_0', 'DS_1', 'DS_2', 'DS_3', 'DS_4']", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mean damage should be DS_0 DS_1 DS_2 DS_3, no commas or brackets
"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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The interval keys need to use a space separator for both damage intervals and failure state keys
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