You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Propagate NaN from curve_number in curve_number_runoff (#1104)
The NaN fixup only checked np.isnan(p), missing NaN in the curve
number raster. When CN is NaN, P > NaN is False, so np.where wrote
0.0 instead of NaN. Now checks both p and cn in all three backends.
0 commit comments