xarray-contrib/cf-xarray

⚠️ Nightly upstream-dev CI failed ⚠️

github-actions opened this issue · 3 comments

Workflow Run URL

Python 3.12 Test Summary
cf_xarray/tests/test_accessor.py::test_add_canonical_attributes[True-units-True]: AssertionError: assert {'long_name', 'standard_name'} < {'long_name', 'standard_name'}
  
  Both sets are equal
cf_xarray/tests/test_accessor.py::test_add_canonical_attributes[True-units-False]: AssertionError: assert {'long_name', 'standard_name'} < {'long_name', 'standard_name'}
  
  Both sets are equal
cf_xarray/tests/test_accessor.py::test_add_canonical_attributes[True-None-True]: AssertionError: assert {'long_name', 'standard_name'} < {'long_name', 'standard_name'}
  
  Both sets are equal
cf_xarray/tests/test_accessor.py::test_add_canonical_attributes[True-None-False]: AssertionError: assert {'long_name', 'standard_name'} < {'long_name', 'standard_name'}
  
  Both sets are equal
cf_xarray/tests/test_accessor.py::test_add_canonical_attributes[False-units-True]: AssertionError: assert {'long_name', 'standard_name'} < {'long_name', 'standard_name'}
  
  Both sets are equal
cf_xarray/tests/test_accessor.py::test_add_canonical_attributes[False-units-False]: AssertionError: assert {'long_name', 'standard_name'} < {'long_name', 'standard_name'}
  
  Both sets are equal
cf_xarray/tests/test_accessor.py::test_add_canonical_attributes[False-None-True]: AssertionError: assert {'long_name', 'standard_name'} < {'long_name', 'standard_name'}
  
  Both sets are equal
cf_xarray/tests/test_accessor.py::test_add_canonical_attributes[False-None-False]: AssertionError: assert {'long_name', 'standard_name'} < {'long_name', 'standard_name'}
  
  Both sets are equal

@keewis do you know what's going on here?

the failing units test is a bug in pint, which should be fixed and released pretty soon. For the others I'll have to investigate.

Thanks @keewis . I was only looking for input on pint. The rest just appeared in the latest run!