Commit 6a83950
authored
rename the reduction test (#8)
* 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.1 parent 491273d commit 6a83950
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments