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
* correct the name of the variable reduction test to something more accurate
* call the test function `numerical_reduce`
this means we don't have to rename again when we add boolean
reduce (`all`, `any`), cumulative reduce (`cumsum`, `cumprod`),
ordering (`min`, `max`, `median`), and indexing ordering (`argmin`,
`argmax`) tests.
0 commit comments