From 21ec767de2644f5ba58f03c38969b1098eb268be Mon Sep 17 00:00:00 2001 From: Cizz22 Date: Tue, 2 Sep 2025 13:42:02 +0700 Subject: [PATCH] fix --- 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 8bfd07a..73166b3 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"] = 1.5 if mttr > 0 else 0 + results[location_tag]["cmDisP1"] = 1 if mttr > 0 else 0 results[location_tag]["relDisType"] = distribution results[location_tag]["relDisP1"] = reldisp1 results[location_tag]["relDisP2"] = reldisp2