v0.4.4.1: Fixed bug in integration tests with QA4SM
This bug was caused by an inconsistency between the output of pd.isnull()
, used previously here, and np.isnan()
, used in the qa4sm tests. This is because 0. was considered nan by the isnull
function.
Changes have been tested in QA4SM.