aidh-ms/pyAKI

Return nan as Stage if Input is NaN

Closed this issue · 1 comments

Right now, if we use a threshold for the imputation of values that are missing the interpolater correctly omits interpolating values and returns nan. However, the Probe, when encountering a full set of nan values still returns AKI stage 0. However it should return np.nan instead.

Screenshot 2023-08-11 at 11 48 24

If then all stages are np.nan, we should return np.nan in the total stage, too