You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi -- first wanted to thank you on the great gem --
not sure if this is intended behavior but had a NaN parse error come up when pushing data out as JSON -- found out the error is coming from the following situation:
hi -- first wanted to thank you on the great gem --
not sure if this is intended behavior but had a NaN parse error come up when pushing data out as JSON -- found out the error is coming from the following situation:
distance = Geokdtree::Tree.geo_distance([37.993892, -122.136441], [37.993892, -122.136441])
when the coordinates are the same, distance returns NaN instead of what I'd expect to be 0
The text was updated successfully, but these errors were encountered: