mclmza / AWarp

Python implementation of AWarp algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Constrained version suffers from integer overflow

KilianB opened this issue · comments

Please see pull request: #2

awarp sometimes returns np.nan for calculations since values in the distance matrix [-1,-1] are negative and the square root fails. This is related to an uncaught overflow in numpy or numba