DEBSOURCES
Skip Quicknav
sources / python-sparse / 0.17.0-1 / sparse / mlir_backend / tests / conftest.py
12345678
import pytest import numpy as np @pytest.fixture(scope="module") def rng() -> np.random.Generator: return np.random.default_rng(42)