We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007a61f commit 1ccdac4Copy full SHA for 1ccdac4
src/array_api_extra/_lib/_quantile.py
@@ -147,4 +147,4 @@ def _quantile_hf(
147
res = (1 - g) * xp.take_along_axis(y, j, axis=-1) + g * xp.take_along_axis(
148
y, jp1, axis=-1
149
)
150
- return res
+ return res # noqa: RET504
0 commit comments