File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mo
41
41
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
42
42
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x, s)]
43
43
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x, s)]
44
+ array_api_tests/test_operators_and_elementwise_functions.py::test_add[__add__(x, s)]
44
45
# floating point inaccuracy
45
46
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[remainder(x1, x2)]
46
47
@@ -55,6 +56,10 @@ array_api_tests/test_statistical_functions.py::test_max
55
56
# (https://github.com/data-apis/array-api-tests/issues/171)
56
57
array_api_tests/test_signatures.py::test_func_signature[meshgrid]
57
58
59
+ # testsuite issue with test_square
60
+ # https://github.com/data-apis/array-api-tests/issues/190
61
+ array_api_tests/test_operators_and_elementwise_functions.py::test_square
62
+
58
63
# We cannot add array attributes
59
64
array_api_tests/test_signatures.py::test_array_method_signature[__array_namespace__]
60
65
array_api_tests/test_signatures.py::test_array_method_signature[__index__]
You can’t perform that action at this time.
0 commit comments