Skip to content

Commit

Permalink
Test argmax early
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Oct 20, 2022
1 parent 47e0b38 commit b1b43d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def dask_array_ones(*args):
ALL_FUNCS = (
"sum",
"nansum",
"argmax",
pytest.param("nanargmax", marks=(pytest.mark.skip,)),
"prod",
"nanprod",
"mean",
Expand All @@ -66,8 +68,6 @@ def dask_array_ones(*args):
"nanmax",
"min",
"nanmin",
"argmax",
pytest.param("nanargmax", marks=(pytest.mark.skip,)),
"argmin",
pytest.param("nanargmin", marks=(pytest.mark.skip,)),
"any",
Expand Down

0 comments on commit b1b43d9

Please sign in to comment.