From 098b17e47cce25bd80800171ea4311996d26ff54 Mon Sep 17 00:00:00 2001
From: sroscher <s.roscher@tu-berlin.de>
Date: Wed, 26 Feb 2025 09:59:34 +0100
Subject: [PATCH] datapostprocessing.py: Adjusted upper boundaries.

---
 cost_estimation/src/datapostprocessing.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cost_estimation/src/datapostprocessing.py b/cost_estimation/src/datapostprocessing.py
index a6336cf3..ea47adfd 100644
--- a/cost_estimation/src/datapostprocessing.py
+++ b/cost_estimation/src/datapostprocessing.py
@@ -72,7 +72,7 @@ def data_postprocessing(paths_and_names, routing_dict, data_dict, runtime_output
                             'value': '0',
                             'unit': '1',
                             'lower_boundary': '0',
-                            'upper_boundary': 'inf'
+                            'upper_boundary': '100000'
                         },
                         'route_independent_cost_annual': {
                             'attributes': {'description': 'Route independent (fixed) cost per year'},
@@ -112,7 +112,7 @@ def data_postprocessing(paths_and_names, routing_dict, data_dict, runtime_output
                     'value': '0',
                     'unit': '1',
                     'lower_boundary': '0',
-                    'upper_boundary': 'inf'
+                    'upper_boundary': '100000'
                 }
 
     paths_and_names = prepare_element_tree_for_module_key_parameter(paths_and_names, module_key_parameters_dict)
-- 
GitLab