Skip to content

Commit

Permalink
irrelevalt line deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
samwaseda committed Aug 31, 2020
1 parent 6e6a5ba commit a76f5de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def test_recursive_remove(self):
self.assertAlmostEqual(tree.get_kappa(), np.sum(kappa))

def test_pearson(self):
tree = Tree()
n_atoms = 100
tree = Tree()
kappa = np.random.rand(n_atoms*4).reshape(-1, 4)
Expand Down

0 comments on commit a76f5de

Please sign in to comment.