Commit e5ce6d86 authored by Aneesh Pappu's avatar Aneesh Pappu
Browse files

more bugs

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

        stratified_splitter = StratifiedSplitter()