We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2ceed commit 3ee6b89Copy full SHA for 3ee6b89
cf_xarray/tests/test_units.py
@@ -58,7 +58,6 @@ def test_integer_units():
58
assert str(ureg.parse_units(1)) == "dimensionless"
59
60
61
-@pytest.mark.xfail(reason="not supported by pint, yet: hgrecco/pint#1295")
62
def test_udunits_power_syntax():
63
"""Test that UDUNITS style powers are properly parsed and interpreted."""
64
assert ureg("m2 s-2").units == ureg.m**2 / ureg.s**2
0 commit comments