PHP 8.2.30
Preview: test_set_functions.py Size: 546 B
/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/array_api/tests/test_set_functions.py

import pytest
from hypothesis import given
from hypothesis.extra.array_api import make_strategies_namespace

from numpy import array_api as xp

xps = make_strategies_namespace(xp)


@pytest.mark.parametrize("func", [xp.unique_all, xp.unique_inverse])
@given(xps.arrays(dtype=xps.scalar_dtypes(), shape=xps.array_shapes()))
def test_inverse_indices_shape(func, x):
    """
    Inverse indices share shape of input array

    See https://github.com/numpy/numpy/issues/20638
    """
    out = func(x)
    assert out.inverse_indices.shape == x.shape

Directory Contents

Dirs: 1 × Files: 10

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
16.64 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
4.91 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
1018 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
3.71 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
627 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
1.06 KB lrw-r--r-- 2026-01-20 13:01:47
Edit Download
546 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
602 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
676 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download
282 B lrw-r--r-- 2026-01-20 13:01:47
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).