Skip to content

Commit

Permalink
fix test import
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret committed May 7, 2024
1 parent a162614 commit 0c10459
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions q2_diversity_lib/skbio/test_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

from qiime2.plugin.testing import TestPluginBase

from _methods import (_berger_parker, _brillouin_d, _simpsons_dominance,
_esty_ci, _goods_coverage, _margalef, _mcintosh_d,
_strong)
from q2_diversity_lib.skbio._methods import (_berger_parker, _brillouin_d,
_simpsons_dominance, _esty_ci,
_goods_coverage, _margalef,
_mcintosh_d, _strong)


class SkbioTests(TestPluginBase):
Expand Down

0 comments on commit 0c10459

Please sign in to comment.