Cizz22 3 months ago
parent 59458283f0
commit d52b43fcf3

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

Loading…
Cancel
Save