Commit 74768b97 authored by Aneesh Pappu's avatar Aneesh Pappu
Browse files

fixes

parent dd3862da
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -102,7 +102,6 @@ class TestSplitters(TestDatasetAPI):
        for col in y_df:
            column = y_df[col]
            NaN_count = column.isnull().sum()
            numRows = len(colum)
            if NaN_count == totalRows:
                assert NaN_count != totalRows
        print("end of stratified test")