We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a70c49 commit 3858e70Copy full SHA for 3858e70
array-api-strict-skips.txt
@@ -27,3 +27,8 @@ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is -infinity
27
array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0]
28
array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0]
29
30
+# FIXME needs array-api-strict >=2.3.2
31
+array_api_tests/test_data_type_functions.py::test_finfo
32
+array_api_tests/test_data_type_functions.py::test_finfo_dtype
33
+array_api_tests/test_data_type_functions.py::test_iinfo
34
+array_api_tests/test_data_type_functions.py::test_iinfo_dtype
0 commit comments