From cdb514bebc8fa0dee4f61d75407e7abecd726a75 Mon Sep 17 00:00:00 2001 From: Jamie Morton Date: Wed, 14 Aug 2019 14:35:54 -0400 Subject: [PATCH] bump --- rhapsody/tests/test_dataset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rhapsody/tests/test_dataset.py b/rhapsody/tests/test_dataset.py index f113309..61010c4 100644 --- a/rhapsody/tests/test_dataset.py +++ b/rhapsody/tests/test_dataset.py @@ -107,6 +107,7 @@ def test_split_tables_random(self): npt.assert_allclose(test.metabolites.shape, np.array([9, 2])) def test_split_tables_random_filter(self): + train, test = split_tables(self.otu_table, self.metabolite_table, num_test=2, min_samples=2)