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 7f2654b commit 376181cCopy full SHA for 376181c
xarray_array_testing/reduction.py
@@ -22,7 +22,7 @@ def test_variable_numerical_reduce(self, op, data):
22
23
note(f"note: {variable}")
24
25
- with self.expected_errors("mean", variable=variable):
+ with self.expected_errors(op, variable=variable):
26
# compute using xr.Variable.<OP>()
27
actual = getattr(variable, op)().data
28
# compute using xp.<OP>(array)
0 commit comments