Cizz22 3 months ago
parent 4fd5237fce
commit 59458283f0

@ -30,7 +30,7 @@ async def get_target_reliability(
)
results, consequence = await get_all_budget_constrains(
db_session=db_session, session_id=session_id, cost_threshold=cost_threshold, simulation_result=results, collector_db=collector_db
db_session=db_session, session_id=session_id, cost_threshold=cost_threshold, simulation_result=results, collector_db=collector_db, use_optimal=False
)
return StandardResponse(

Loading…
Cancel
Save