Skip to content

Commit

Permalink
fix alpha test_range_phylo
Browse files Browse the repository at this point in the history
  • Loading branch information
Clockwork-Rat committed Apr 16, 2024
1 parent 306c907 commit f15162d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions q2_boots/tests/test_alpha.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_range_phylo(self):
['S1', 'S2', 'S3'])
t = Artifact.import_data('FeatureTable[Frequency]', t)
output, = self.alpha(table=t, sampling_depth=1,
metric='faith_pd',
metric='pielou_e',
phylogeny=phylogeny,
random_seed=12,
n=10)
Expand All @@ -106,7 +106,7 @@ def test_range_phylo(self):
table=t, sampling_depth=1,
phylogeny=phylogeny,
random_seed=12,
metric='faith_pd', n=10
metric='pielou_e', n=10
)

self.assertTrue(self.range_check(output, collection.values()))
Expand Down

0 comments on commit f15162d

Please sign in to comment.