ENH: add quantile function with weights support
#1594
Triggered via pull request
October 21, 2025 10:03
Status
Cancelled
Total duration
3m 40s
Artifacts
–
Annotations
13 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)
|
|
Test tests-backends
Canceling since a higher priority waiting request for CI-refs/pull/494/merge exists
|
|
Test tests-backends
The operation was canceled.
|
|
CI
Canceling since a higher priority waiting request for CI-refs/pull/494/merge exists
|