From eb0d3299e445c5d275e77635ce54d491343a39a5 Mon Sep 17 00:00:00 2001 From: Cizz22 Date: Tue, 2 Sep 2025 08:42:12 +0700 Subject: [PATCH] change mttr to 1.5 --- src/aeros_equipment/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aeros_equipment/service.py b/src/aeros_equipment/service.py index ac3d400..8bfd07a 100644 --- a/src/aeros_equipment/service.py +++ b/src/aeros_equipment/service.py @@ -265,7 +265,7 @@ def get_asset_batch(location_tags: List[str], nr_location_tags: List[str], mttr = item["mttr"] distribution, reldisp1, reldisp2 = get_distribution(item) - results[location_tag]["cmDisP1"] = 0.5 if mttr > 0 else 0 + results[location_tag]["cmDisP1"] = 1.5 if mttr > 0 else 0 results[location_tag]["relDisType"] = distribution results[location_tag]["relDisP1"] = reldisp1 results[location_tag]["relDisP2"] = reldisp2