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.