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 470f8b4 commit a2eefa0Copy full SHA for a2eefa0
src/array_api_extra/_delegation.py
@@ -303,7 +303,7 @@ def quantile(
303
"""
304
# We only support a subset of the methods supported by scipy.stats.quantile.
305
# So we need to perform the validation here.
306
- methods = {
+ methods = { # pylint: disable=duplicate-code
307
"inverted_cdf",
308
"averaged_inverted_cdf",
309
"closest_observation",
0 commit comments