From 79687b4822490fe449e389e11c139f75c3201ee8 Mon Sep 17 00:00:00 2001 From: szhan Date: Fri, 21 Jun 2024 13:49:14 +0100 Subject: [PATCH] Reformat --- lshmm/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lshmm/api.py b/lshmm/api.py index f94b146..ab76286 100644 --- a/lshmm/api.py +++ b/lshmm/api.py @@ -198,7 +198,7 @@ def check_inputs( return ( num_ref_haps, num_sites, - ref_panel_genotypes, # Only ref. panel is converted + ref_panel_genotypes, # Only ref. panel is converted query, emission_matrix, )