From 565adfcdad9c488737cc1c1031c3cf982ae9a1dd Mon Sep 17 00:00:00 2001 From: Shing Zhan Date: Sun, 10 Mar 2024 15:07:17 +0000 Subject: [PATCH] Remove TODO --- python/tests/beagle_numba.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python/tests/beagle_numba.py b/python/tests/beagle_numba.py index e68dd0e9d3..40ba96d5f5 100644 --- a/python/tests/beagle_numba.py +++ b/python/tests/beagle_numba.py @@ -580,10 +580,6 @@ def interpolate_allele_probs( probs[i, a] += state_mat[k - 1, j] else: # See 'setAlleleProbs' in 'LSHapBaum.java'. - # TODO: Figure out why BEAGLE does this. Not clear from BB2016. - # TODO: This deteriorates imputation accuracy. Remove. - # if sm[k - 1, j] >= _MIN_THRESHOLD: - # probs[i, a] += sm[k - 1, j] if ( state_mat[k - 1, j] >= _MIN_THRESHOLD or state_mat[k, j] >= _MIN_THRESHOLD