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
4141array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
4242array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x, s)]
4343array_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)]
4445# floating point inaccuracy
4546array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[remainder(x1, x2)]
4647
@@ -55,6 +56,10 @@ array_api_tests/test_statistical_functions.py::test_max
5556# (https://github.com/data-apis/array-api-tests/issues/171)
5657array_api_tests/test_signatures.py::test_func_signature[meshgrid]
5758
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+
5863# We cannot add array attributes
5964array_api_tests/test_signatures.py::test_array_method_signature[__array_namespace__]
6065array_api_tests/test_signatures.py::test_array_method_signature[__index__]
You can’t perform that action at this time.
0 commit comments