Cizz22 3 months ago
parent d3d9436f34
commit 32a7b9f044

@ -426,7 +426,7 @@ async def update_equipment_for_simulation(*, db_session: DbSession,aeros_db_sess
eq["cmDisP1"] = reliabiility.get("cmDisP1", 0) eq["cmDisP1"] = reliabiility.get("cmDisP1", 0)
eq["relDisType"] = "Fixed" eq["relDisType"] = "Fixed"
eq["relDisP1"] = simulation_duration + 1 eq["relDisP1"] = simulation_duration + offset + 1
eq["relDisP2"] = 0 eq["relDisP2"] = 0
eq["ohDisP1"] = overhaul_duration eq["ohDisP1"] = overhaul_duration
eq["ohDisUnitCode"] = "UHour" eq["ohDisUnitCode"] = "UHour"

Loading…
Cancel
Save