We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad33b2 commit e5aa901Copy full SHA for e5aa901
pyproject.toml
@@ -37,7 +37,6 @@ test = [
37
"pytest-cov",
38
"pytest-xdist",
39
"nox",
40
- "piqtree==0.4.0",
41
]
42
dev = [
43
"black",
tests/test_apps.py
@@ -122,13 +122,3 @@ def test_convert_piqtree_to_model_result(tree_name):
122
res = converter(tree)
123
res.lf.set_alignment(_algn)
124
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