Skip to content

Commit

Permalink
Fix QA
Browse files Browse the repository at this point in the history
  • Loading branch information
tlmquintino committed Jun 29, 2021
1 parent 8906b64 commit f96f45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thermofeel/thermofeel.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def calculate_saturation_vapour_pressure(t2m):
:param t2m: (float array) 2m temperature [K]
returns relative humidity [pa]
"""

tk = __wrap(t2m)
tc = __kelvin_to_celcius(tk)
g = [
Expand Down

0 comments on commit f96f45a

Please sign in to comment.