Skip to content

Commit b62af64

Browse files
committed
Remove out-dated skip of test_linspace for NumPy workflow
The bug doesn't matter anymore, as it happens out-of-scope (use of int dtypes)
1 parent 4b851ef commit b62af64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/numpy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
3434
# copy not implemented
3535
array_api_tests/test_creation_functions.py::test_asarray_arrays
36-
# https://github.com/numpy/numpy/issues/18881
37-
array_api_tests/test_creation_functions.py::test_linspace
3836
# https://github.com/numpy/numpy/issues/20870
3937
array_api_tests/test_data_type_functions.py::test_can_cast
4038
# The return dtype for trace is not consistent in the spec

0 commit comments

Comments
 (0)