szhan / tsimpute

Genome-wide genotype imputation using tree sequences.
MIT License
0 stars 0 forks source link

Turn off `numba` when running tests on `get_matching_indices` #124

Open szhan opened 1 year ago

szhan commented 1 year ago

numba doesn't like empty lists with non-precise data types, so it needs to be turned off before running pytest on get_matching_indices. See phylokit for inspiration.