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
test: add regression test for remainder slice access bug
tests nearest_n_within with size-33 dataset to verify items in remainder
region are found correctly. Before the fix, this would access
self.content_items[0] instead of remainder_items[0], returning wrong items.
Signed-off-by: Markus Zoppelt <markus.zoppelt@helsing.ai>
0 commit comments