Skip to content

Commit e5aa901

Browse files
committed
DEV: dropped piqtree tests suite and dep from repo
1 parent dad33b2 commit e5aa901

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ test = [
3737
"pytest-cov",
3838
"pytest-xdist",
3939
"nox",
40-
"piqtree==0.4.0",
4140
]
4241
dev = [
4342
"black",

tests/test_apps.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,3 @@ def test_convert_piqtree_to_model_result(tree_name):
122122
res = converter(tree)
123123
res.lf.set_alignment(_algn)
124124
assert allclose(res.lf.lnL, tree.params["lnL"])
125-
126-
127-
def test_piqtree_app():
128-
phylo = get_app("piqtree_phylo", "GTR")
129-
tree = phylo(_algn)
130-
lf_from = get_app("phylim_to_model_result")
131-
result = lf_from(tree)
132-
checker = get_app("phylim")
133-
checked = checker(result)
134-
assert isinstance(checked, PhyloLimitRec) == True

0 commit comments

Comments
 (0)