|
|
|
|
@ -231,7 +231,7 @@ async def calculate_contribution(
|
|
|
|
|
|
|
|
|
|
#simulation_id = "2e0755bf-8cce-4743-9659-8d9920d556e7"
|
|
|
|
|
project = await get_project(db_session=db_session)
|
|
|
|
|
main_edh = 43.00797663527534
|
|
|
|
|
main_edh = 7.250000000000884
|
|
|
|
|
|
|
|
|
|
try:
|
|
|
|
|
contribution_results = defaultdict()
|
|
|
|
|
@ -270,7 +270,7 @@ async def calculate_contribution(
|
|
|
|
|
custom_input = {
|
|
|
|
|
eq.node_name: {
|
|
|
|
|
"mttr": 8760,
|
|
|
|
|
"failure_rate": 0.1,
|
|
|
|
|
"failure_rate": 0.01,
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|