Skip to content

Commit

Permalink
fix faulty type check
Browse files Browse the repository at this point in the history
  • Loading branch information
ddceruti committed Jan 8, 2025
1 parent 946fc04 commit f7da725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topotherm/precalculation_hydraulic.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def max_flow_velocity(vel_init: float,
diameter: float,
roughness: float,
max_spec_pressure_loss: float,
water_parameters: Settings.water) -> float:
water_parameters: Settings) -> float:
"""Calculates the maximal flow velocity in the pipe, based on the maximal
specific pressure loss. Inputs must be non-negative reals.
Expand Down

0 comments on commit f7da725

Please sign in to comment.