ENH: add quantile function with weights support
#1595
Annotations
10 errors
|
Lint:
src/array_api_extra/_lib/_quantile.py#L88
Condition will always evaluate to False since the types "tuple[int, ...]" and "Literal[0]" have no overlap (reportUnnecessaryComparison)
|
|
Lint:
src/array_api_extra/_lib/_quantile.py#L27
Argument type is unknown
Argument corresponds to parameter "n" in function "_quantile_hf" (reportUnknownArgumentType)
|
|
Lint:
src/array_api_extra/_lib/_quantile.py#L27
Argument type is unknown
Argument corresponds to parameter "p" in function "_quantile_hf" (reportUnknownArgumentType)
|
|
Lint:
src/array_api_extra/_lib/_quantile.py#L27
Argument type is unknown
Argument corresponds to parameter "y" in function "_quantile_hf" (reportUnknownArgumentType)
|
|
Lint:
src/array_api_extra/_lib/_quantile.py#L24
Argument missing for parameter "xp" (reportCallIssue)
|
|
Lint:
src/array_api_extra/_lib/_quantile.py#L14
Type annotation is missing for parameter "p" (reportMissingParameterType)
|
|
Lint:
src/array_api_extra/_lib/_quantile.py#L14
Type of parameter "p" is unknown (reportUnknownParameterType)
|
|
Lint:
src/array_api_extra/_lib/_quantile.py#L13
Type annotation is missing for parameter "x" (reportMissingParameterType)
|
|
Lint:
src/array_api_extra/_lib/_quantile.py#L13
Type of parameter "x" is unknown (reportUnknownParameterType)
|
|
Lint:
src/array_api_extra/_delegation.py#L934
"quantile" is not a known attribute of module "._lib._funcs" (reportAttributeAccessIssue)
|