szhan / tsimpute

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

Speed up `remap_genotypes` by using `numba` #104

Closed szhan closed 1 year ago

szhan commented 1 year ago

It turns out that numba doesn't really like non-precise data types like strings. I don't want to spend too much time on it, so I'm going to shelve this for now.