-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
defectA clear bug or issue that prevents SciPy from being installed or used as expectedA clear bug or issue that prevents SciPy from being installed or used as expectedmaintenanceItems related to regular maintenance tasksItems related to regular maintenance tasks
Milestone
Description
data-apis/array-api-strict#147 broke a bunch of scipy tests.
They need to be sanitized.
CC @ev-br
$ pip install git+https://github.com/data-apis/array-api-strict.git
$ python dev.py test -b array_api_strict -m array_api_backends
FAILED scipy/integrate/tests/test_cubature.py::TestCubatureProblems::test_scalar_output[array_api_strict-problem13-gk15-1e-05-0.0001] - TypeError: Nested Arrays are not allowed. Use `stack` instead.
FAILED scipy/integrate/tests/test_cubature.py::TestCubatureProblems::test_array_output[array_api_strict-shape0-problem3-gk15-1e-05-0.0001] - TypeError: Nested Arrays are not allowed. Use `stack` instead.
FAILED scipy/ndimage/tests/test_filters.py::TestVectorizedFilter::test_dtype_batch_memory[array_api_strict-False-48-uint8] - TypeError: Nested Arrays are not allowed. Use `stack` instead.
FAILED scipy/stats/tests/test_morestats.py::TestKstat::test_moments_normal_distribution[array_api_strict] - TypeError: Nested Arrays are not allowed. Use `stack` instead.
FAILED scipy/stats/tests/test_morestats.py::TestBoxcox_llf::test_axis[array_api_strict] - TypeError: Nested Arrays are not allowed. Use `stack` instead.
FAILED scipy/stats/tests/test_morestats.py::TestCircFuncs::test_circmean_axis[array_api_strict-circmean] - TypeError: Nested Arrays are not allowed. Use `stack` instead.
FAILED scipy/stats/tests/test_morestats.py::TestCommonAxis::test_axis[array_api_strict-case0] - TypeError: Nested Arrays are not allowed. Use `stack` instead.
FAILED scipy/stats/tests/test_stats.py::test_ttest_ind[array_api_strict] - TypeError: Nested Arrays are not allowed. Use `stack` instead.
FAILED scipy/stats/tests/test_stats.py::TestTTestInd::test_ttest_ind_with_uneq_var[array_api_strict] - TypeError: Nested Arrays are not allowed. Use `stack` instead.
FAILED scipy/stats/tests/test_stats.py::TestJarqueBera::test_axis[array_api_strict] - TypeError: Nested Arrays are not allowed. Use `stack` instead.
FAILED scipy/stats/tests/test_stats.py::TestCombinePvalues::test_monotonicity[array_api_strict-fisher-single] - TypeError: Nested Arrays are not allowed. Use `stack` instead.
Metadata
Metadata
Assignees
Labels
defectA clear bug or issue that prevents SciPy from being installed or used as expectedA clear bug or issue that prevents SciPy from being installed or used as expectedmaintenanceItems related to regular maintenance tasksItems related to regular maintenance tasks