Commit 22133f5a authored by Aneesh Pappu's avatar Aneesh Pappu
Browse files

minor bug:

parent b5978840
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -110,7 +110,8 @@ class TestSplitters(TestDatasetAPI):
        if not sparse_flag:
            print("Test dataset isn't sparse -- test failed")
        else:
            print("Column %d is sparse -- expected") % (colIndex)
            print(colIndex)
            print("Column %d is sparse -- expected") % colIndex
        assert sparse_flag is True

        stratified_splitter = StratifiedSplitter()