Commit 7218fa6f authored by Aneesh Pappu's avatar Aneesh Pappu
Browse files

test stuff

parent d8883623
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -102,8 +102,8 @@ class TestSplitters(TestDatasetAPI):
        sparse_flag = False

        colIndex = 0
        print(w)
        print(w.T)
        print(w[1:3])
        print(w.T[1:3])
        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")