Skip to content

v0.4.4.1: Fixed bug in integration tests with QA4SM

Compare
Choose a tag to compare
@pstradio pstradio released this 07 Jun 08:45
· 330 commits to master since this release
a4bbb51

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.