mclmza / AWarp

Python implementation of AWarp algorithm
14 stars 1 forks source link

Constrained version suffers from integer overflow #3

Open KilianB opened 3 years ago

KilianB commented 3 years ago

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