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 is commonly needed to split space up by the resolution of the measurement/device. Binning is not a completely effective way to do this, as two neighboring points can be in different bins.
Current Behavior
Current redundant adjudicators are built off hashing approaches that will consider similar, but not identical, points in a space unique.
Expected Behavior
It is commonly needed to split space up by the resolution of the measurement/device. Binning is not a completely effective way to do this, as two neighboring points can be in different bins.
Current Behavior
Current redundant adjudicators are built off hashing approaches that will consider similar, but not identical, points in a space unique.
Possible Solution
Use https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.KDTree.html instead of hashing.
The text was updated successfully, but these errors were encountered: