Skip to content

add script to create dependency graph - #79

Open
Rashmil-1999 wants to merge 19 commits into
masterfrom
78-create-a-script-to-generate-analysis-dependency-graph-for-in-core-studio
Open

add script to create dependency graph#79
Rashmil-1999 wants to merge 19 commits into
masterfrom
78-create-a-script-to-generate-analysis-dependency-graph-for-in-core-studio

Conversation

@Rashmil-1999

Copy link
Copy Markdown
Contributor

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

@longshuicy longshuicy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this be merged?

Comment thread utils/pyincore_utils/dependencyGraph.json Outdated
Comment thread utils/pyincore_utils/dependencyGraph.json Outdated
"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']",

@navarroc navarroc Apr 29, 2025

Copy link
Copy Markdown
Member

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']",

Copy link
Copy Markdown
Member

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",

Copy link
Copy Markdown
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a script to generate Analysis dependency graph for IN-CORE Studio

3 participants