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
Fix search reductions giving incorrect results for F-contiguous inputs (#1462)
* Fixes correctness regression in search functions
``py_search_over_axis`` no longer calls the ``axis1`` contiguous variant
``py_search_over_axis`` now only calls ``axis0`` variant wh
* Adds tests for fixed search reduction behavior
0 commit comments