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
It was intended for wrapping on python side to avoid round-tripping C++ bridge for small scalar types. Isn't getDistance just euclidean metric? Some experiments needed to figure out what will be more efficient.
I'm trying to understand the decision to convert all Positions into integer arrays. You lose type safety and methods like getDistance().
The text was updated successfully, but these errors were encountered: