From 6310537a898093d6147986775c8264c496c2a399 Mon Sep 17 00:00:00 2001 From: szhan Date: Fri, 21 Jun 2024 18:44:12 +0100 Subject: [PATCH] Remove unused variable --- python/tests/test_haplotype_matching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_haplotype_matching.py b/python/tests/test_haplotype_matching.py index 0b00e8cb00..1bb3a27bf9 100644 --- a/python/tests/test_haplotype_matching.py +++ b/python/tests/test_haplotype_matching.py @@ -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,