Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Jul 1, 2024
1 parent 4e2917f commit 13e49df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_api_vit_haploid_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def verify(self, ts, scale_mutation_rate, include_ancestors):
e=e_vs,
r=r,
emission_func=emission_func,
norm=True,
)
path_vs = vh.backwards_viterbi_hap(m=m, V_last=V_vs, P=P_vs)
path_ll_hap = vh.path_ll_hap(
Expand Down Expand Up @@ -61,7 +60,7 @@ def test_ts_multiallelic_n10_no_recomb(
@pytest.mark.parametrize("num_samples", [6, 8, 16])
@pytest.mark.parametrize("scale_mutation_rate", [True, False])
@pytest.mark.parametrize("include_ancestors", [True, False])
def test_ts_multiallelic_n16(
def test_ts_multiallelic(
self, num_samples, scale_mutation_rate, include_ancestors
):
ts = self.get_ts_multiallelic(num_samples)
Expand Down

0 comments on commit 13e49df

Please sign in to comment.