Skip to content

Commit

Permalink
Fix incorrect symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
Halvor Lund committed Jun 3, 2024
1 parent 837eb59 commit b6f4bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linerate/equations/cigre207/convective_cooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def compute_low_wind_speed_nusseltnumber(
Returns
-------
Union[float, float64, ndarray[Any, dtype[float64]]]
:math:`\text{Nu}_{90}`. The corrected Nusselt number for low wind speed.
:math:`\text{Nu}_{cor}`. The corrected Nusselt number for low wind speed.
"""
return 0.55 * perpendicular_flow_nusselt_number

Expand Down

0 comments on commit b6f4bc4

Please sign in to comment.