szhan / tsimpute

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

Pass `Typed.List` to `get_matching_indices` #110

Open szhan opened 1 year ago

szhan commented 1 year ago

In the future, support of the use of list will be deprecated in numba. See Deprecation of reflection for List and Set types.

get_matching_indices and remap_genotypes should be updated accordingly.

szhan commented 1 year ago

Not doing this because I'll disable numba during testing instead. See #124

szhan commented 1 year ago

No, oops, I forgot. This is a separate issue about future deprecation.