Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Jun 20, 2024
1 parent c3cce05 commit 51e6d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tests/test_haplotype_matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ def check_viterbi(ts, h, recombination=None, mutation=None):
ll_check = ls.path_loglik(
reference_panel=G,
query=s,
num_allele=num_alleles,
num_alleles=num_alleles,
path=path_tree,
prob_recombination=recombination,
prob_mutation=mutation,
Expand Down Expand Up @@ -1182,7 +1182,7 @@ def check_backward_matrix(ts, h, forward_cm, recombination=None, mutation=None):
num_alleles = ls.core.get_num_alleles(G, s)

B = ls.backwards(
reference_pane=G,
reference_panel=G,
query=h.reshape(1, m),
num_alleles=num_alleles,
normalisation_factor_from_forward=forward_cm.normalisation_factor,
Expand Down

0 comments on commit 51e6d0d

Please sign in to comment.