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

more fixes

parent 21d7693b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ class TestSplitters(TestDatasetAPI):
        colIndex = 0
        for i in range(3):
            print("columns")
            print w.T[:, i]
            print(w.T[:, i])
        for col in w.T:
            if not np.any(col): #check to see if any columns are all zero
                print("good -- at least one column doesn't have results")