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.
var
std
1 parent 6d77f30 commit 3b16694Copy full SHA for 3b16694
xarray_array_testing/tests/test_cubed.py
@@ -78,5 +78,7 @@ def expected_errors(op, **parameters) -> ContextManager:
78
return pytest.raises(
79
TypeError, match="Only real floating-point dtypes are allowed in mean"
80
)
81
+ elif op in {"var", "std"}:
82
+ pytest.skip(reason=f"cubed does not implement {op} yet")
83
else:
84
return nullcontext()
0 commit comments