Loading src/pythermogis/workflow/utc/pressure.py +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ def calculate_max_pressure( return pres if results.heatPowerPerDoublet() < 0 and not props.is_ates: if results.heat_power_per_doublet < 0 and not props.is_ates: pres /= 2.0 results = calculate_volumetric_flow( Loading Loading
src/pythermogis/workflow/utc/pressure.py +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ def calculate_max_pressure( return pres if results.heatPowerPerDoublet() < 0 and not props.is_ates: if results.heat_power_per_doublet < 0 and not props.is_ates: pres /= 2.0 results = calculate_volumetric_flow( Loading