File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 uses : actions/checkout@v3
3434 with :
3535 repository : data-apis/array-api-tests
36- ref : ' 1572b129c6682211abfe139e112592226c361a6c ' # Latest commit as of 2024-12-04
36+ ref : ' 2025.05.23 '
3737 path : array-api-tests
3838 submodules : " true"
3939 - name : Set up Python ${{ matrix.python-version }}
@@ -124,8 +124,9 @@ jobs:
124124 array_api_tests/test_manipulation_functions.py::test_repeat
125125 array_api_tests/test_sorting_functions.py
126126
127- # finfo(float32).eps returns float32 but should return float
127+ # finfo return type misalignment (https://github.com/data-apis/array-api/issues/405)
128128 array_api_tests/test_data_type_functions.py::test_finfo[float32]
129+ array_api_tests/test_data_type_functions.py::test_finfo[complex64]
129130
130131 # From https://github.com/data-apis/array-api-tests/blob/master/.github/workflows/numpy.yml
131132
You can’t perform that action at this time.
0 commit comments