Skip to content

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

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

Rashmil-1999
Copy link
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

Copy link
Member

@longshuicy longshuicy left a 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']",
Copy link
Member

@navarroc navarroc Apr 29, 2025

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