Skip to content

Commit 3bc8ffa

Browse files
committed
clip
1 parent 221ff01 commit 3bc8ffa

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

numpy-1-22-xfails.txt

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
array_api_tests/test_data_type_functions.py::test_finfo[float32]
44
array_api_tests/test_data_type_functions.py::test_finfo[complex64]
55

6+
# Rounding error near infinity
7+
array_api_tests/test_operators_and_elementwise_functions.py::test_clip
8+
69
# Array methods and attributes not already on np.ndarray cannot be wrapped
710
array_api_tests/test_has_names.py::test_has_names[array_method-__array_namespace__]
811
array_api_tests/test_has_names.py::test_has_names[array_method-to_device]

numpy-1-26-xfails.txt

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
array_api_tests/test_data_type_functions.py::test_finfo[float32]
44
array_api_tests/test_data_type_functions.py::test_finfo[complex64]
55

6+
# Rounding error near infinity
7+
array_api_tests/test_operators_and_elementwise_functions.py::test_clip
8+
69
# Array methods and attributes not already on np.ndarray cannot be wrapped
710
array_api_tests/test_has_names.py::test_has_names[array_method-__array_namespace__]
811
array_api_tests/test_has_names.py::test_has_names[array_method-to_device]

numpy-dev-xfails.txt

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
array_api_tests/test_data_type_functions.py::test_finfo[float32]
44
array_api_tests/test_data_type_functions.py::test_finfo[complex64]
55

6+
# Rounding error near infinity
7+
array_api_tests/test_operators_and_elementwise_functions.py::test_clip
8+
69
# 2023.12 support
710
# uint64 repeats not supported
811
array_api_tests/test_manipulation_functions.py::test_repeat

numpy-xfails.txt

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
array_api_tests/test_data_type_functions.py::test_finfo[float32]
44
array_api_tests/test_data_type_functions.py::test_finfo[complex64]
55

6+
# Rounding error near infinity
7+
array_api_tests/test_operators_and_elementwise_functions.py::test_clip
8+
69
# 2023.12 support
710
# uint64 repeats not supported
811
array_api_tests/test_manipulation_functions.py::test_repeat

0 commit comments

Comments
 (0)