warn_numpy_fallback

function of dascore.utils.array_api source

warn_numpy_fallback(
    name: str ,
    backend: str ,
    stacklevel: int = 3,
)-> ‘None’

Warn that name has no implementation for the given array backend.

Parameters

Parameter Description
name The name of the function which lacks an implementation.
backend The name of the array backend of the input data.
stacklevel The stack level, as understood by warnings.warn, of the function
calling this one.