We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8a898 commit 6916fa7Copy full SHA for 6916fa7
xarray/util/generate_reductions.py
@@ -44,7 +44,7 @@ def reduce(
44
keepdims: bool = False,
45
**kwargs: Any,
46
) -> "{obj}":
47
- return NotImplemented"""
+ raise NotImplementedError()"""
48
49
TEMPLATE_REDUCTION_SIGNATURE = '''
50
def {method}(
0 commit comments