Skip to content

Commit 0c0ce00

Browse files
Pin tsinfer to 0.3
See #201
1 parent f7771bb commit 0c0ce00

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ authors = [
88
]
99
requires-python = ">=3.9"
1010
dependencies = [
11-
"tsinfer",
11+
"tsinfer==0.3", # https://github.com/jeromekelleher/sc2ts/issues/201
1212
"pyfaidx",
1313
"tskit>=0.5.3",
1414
"tszip",
15-
"tsinfer>=0.3.0",
1615
"pandas",
1716
"numba",
1817
"tqdm",

tests/test_inference.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ def test_two_samples_one_mutation_one_filtered(self):
159159
assert var.alleles[var.genotypes[0]] == "X"
160160

161161

162-
@pytest.mark.skip("match_tsinfer broken")
163162
class TestMatchTsinfer:
164163
def match_tsinfer(self, samples, ts, haplotypes, **kwargs):
165164
assert len(samples) == len(haplotypes)

0 commit comments

Comments
 (0)