Wrong result from wetbulb.temp with missing inputs
Issue #4
resolved
If any input to wetbulb.temp is NA, it returns 100. The expected result would be NA.
Comments (2)
-
repo owner -
repo owner - changed status to resolved
Solver functions in dew.point() and wetbulb.temp() not called if any of their input arguments are NA,NaN, or Inf. Functions return NA in that case. Fixes Issue
#4.→ <<cset 2ee2d1451a46>>
- Log in to comment
thanks @Nir Krakauer for pointing that out. I will solve this issue together with a few others with the next commit.