8000 TST: Nested arrays failing in array-api-strict git tip · Issue #22945 · scipy/scipy · GitHub 8000
[go: up one dir, main page]

Skip to content
TST: Nested arrays failing in array-api-strict git tip #22945
@crusaderky

Description

@crusaderky

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

No one assigned

    Labels

    defectA clear bug or issue that prevents SciPy from being installed or used as expectedmaintenanceItems related to regular maintenance tasks

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0