|
|
|
@ -1255,8 +1255,6 @@ async def run_simulation(*, db_session: DbSession, calculation: CalculationData,
|
|
|
|
db_session=db_session, overhaul_session_id=calculation.overhaul_session_id
|
|
|
|
db_session=db_session, overhaul_session_id=calculation.overhaul_session_id
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
equipments = equipments[:10]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scope = await get_scope(db_session=db_session, overhaul_session_id=calculation.overhaul_session_id)
|
|
|
|
scope = await get_scope(db_session=db_session, overhaul_session_id=calculation.overhaul_session_id)
|
|
|
|
|
|
|
|
|
|
|
|
|