Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonjt committed Jul 8, 2021
1 parent 3667e14 commit 6f3f699
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gneiss/tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ def test_biom_match_tips_intersect_tips(self):
[0, 0, 0, 1]]).T,
['a', 'b', 'c', 'd'],
['s1', 's2', 's3', 's4'])

tree = TreeNode.read([u"((a,b)f,c)r;"])
exp_table = Table(
np.array([[0, 0, 1],
Expand All @@ -397,7 +396,6 @@ def test_biom_match_tips_intersect_tips(self):
[0, 0, 0]]).T,
['a', 'b', 'c'],
['s1', 's2', 's3', 's4'])

exp_tree = tree
res_table, res_tree = match_tips(table, tree)
self.assertEqual(exp_table, res_table)
Expand All @@ -412,7 +410,6 @@ def test_biom_match_tips_intersect_columns(self):
[0, 0, 1]]).T,
['a', 'b', 'd'],
['s1', 's2', 's3', 's4'])

tree = TreeNode.read([u"(((a,b)f, c),d)r;"])
table = Table(
np.array([[0, 0, 1],
Expand Down

0 comments on commit 6f3f699

Please sign in to comment.