Skip to content

Commit

Permalink
TST Fix norm_abundance test
Browse files Browse the repository at this point in the history
This test failed with a low, but non-negligible, probability
  • Loading branch information
luispedro committed Dec 6, 2024
1 parent 24d2c92 commit a602134
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def test_norm_abundance():
assert not norm_abundance(np.random.randn(10, 136))
assert not norm_abundance(np.random.randn(12, 137))
assert not norm_abundance(np.random.randn(12, 140))
assert not norm_abundance(np.random.randn(12, 148))
assert not norm_abundance(np.abs(np.random.randn(12, 138))*2)
assert not norm_abundance(np.abs(np.random.randn(12, 138))*4)

Expand Down

0 comments on commit a602134

Please sign in to comment.