From e160880af789a1261d0a8ae9b8949072eaac7029 Mon Sep 17 00:00:00 2001 From: Shing Zhan Date: Tue, 19 Dec 2023 09:34:35 +0000 Subject: [PATCH] Add TODO --- python/tests/beagle_numba.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tests/beagle_numba.py b/python/tests/beagle_numba.py index 300fd4a9fd..8211223ac8 100644 --- a/python/tests/beagle_numba.py +++ b/python/tests/beagle_numba.py @@ -372,6 +372,7 @@ def run_tsimpute(ref_ts, query_h, pos, mu, rho, precision=22, genetic_map=None): matrices are computed from a tree sequence. TODO: Put this function elsewhere. + TODO: Set default precision. What should it be? :param numpy.ndarray ref_ts: Tree sequence containing reference haplotypes. :param numpy.ndarray query_h: One query haplotype.