|
|
|
@ -377,7 +377,7 @@ async def update_equipment_for_simulation(*, db_session: DbSession,aeros_db_sess
|
|
|
|
non_repairable_location_tags = [tag.location_tag for tag in non_repairable.scalars().all()]
|
|
|
|
non_repairable_location_tags = [tag.location_tag for tag in non_repairable.scalars().all()]
|
|
|
|
|
|
|
|
|
|
|
|
print("Getting reliability data")
|
|
|
|
print("Getting reliability data")
|
|
|
|
reliability_data = get_asset_batch(reg_nodes, non_repairable_location_tags)
|
|
|
|
reliability_data = get_asset_batch(reg_nodes, non_repairable_location_tags, RELIABILITY_SERVICE_API)
|
|
|
|
|
|
|
|
|
|
|
|
reqNodeInputs = []
|
|
|
|
reqNodeInputs = []
|
|
|
|
results = defaultdict()
|
|
|
|
results = defaultdict()
|
|
|
|
|