MCPcopy Create free account
hub / github.com/numpy/numpy / test_impossible_feature_disable

Route test_impossible_feature_disable

numpy/core/tests/test_cpu_features.py:None–None  ·  view source on GitHub ↗
pytest.mark.skipif(
        not __cpu_dispatch__,
        reason=(
            "NPY_*_CPU_FEATURES only parsed if "
            "`__cpu_dispatch__` is non-empty"
        )
    )

Source from the content-addressed store, hash-verified

1import sys, platform, re, pytest
2from numpy.core._multiarray_umath import (
3 __cpu_features__,
4 __cpu_baseline__,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected