Skip to content

Commit

Permalink
Remove clip from dask xfails
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Aug 12, 2024
1 parent 5f8b5d6 commit 2995a0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dask-xfails.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -0 and x2_i > 0
array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -infinity and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +infinity]
array_api_tests/test_special_cases.py::test_binary[__pow__(x1_i is -infinity and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +infinity]

# The clip helper uses boolean indexing
array_api_tests/test_operators_and_elementwise_functions.py::test_clip

# No sorting in dask
array_api_tests/test_has_names.py::test_has_names[sorting-argsort]
array_api_tests/test_has_names.py::test_has_names[sorting-sort]
Expand Down

0 comments on commit 2995a0f

Please sign in to comment.