Commit 5e3016dd authored by Aneesh Pappu's avatar Aneesh Pappu
Browse files

fixing test bug

parent 50efccc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ class TestSplitters(TestDatasetAPI):


        frac_train = 0.5
        cutoff = int(frac_train * len(sparse_np))
        cutoff = int(frac_train * w.shape[0])
        w = w[:cutoff, :]

        sparse_flag = False