Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Jun 21, 2024
1 parent dd58abe commit 6310537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_haplotype_matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ def check_backward_matrix(ts, h, forward_cm, recombination=None, mutation=None):

B = ls.backwards(
reference_panel=G,
query=h.reshape(1, m),
query=s,
ploidy=1,
normalisation_factor_from_forward=forward_cm.normalisation_factor,
prob_recombination=recombination,
Expand Down

0 comments on commit 6310537

Please sign in to comment.