xarray-contrib / cf-xarray

an accessor for xarray objects that interprets CF attributes
https://cf-xarray.readthedocs.io/
Apache License 2.0
152 stars 39 forks source link

⚠️ Nightly upstream-dev CI failed ⚠️ #507

Open github-actions[bot] opened 3 months ago

github-actions[bot] commented 3 months ago

Workflow Run URL

Python 3.12 Test Summary ``` cf_xarray/tests/test_accessor.py::test_wrapped_classes[groupby_bins-xrkwargs4-cfkwargs4-obj3]: ValueError: Index string (0, 1, 2) does not match array dimension 2 cf_xarray/tests/test_accessor.py::test_wrapped_classes[groupby_bins-xrkwargs4-cfkwargs4-obj1]: ValueError: Index string (0, 1, 2) does not match array dimension 2 ```
dcherian commented 2 weeks ago

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

keewis commented 2 weeks ago

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.

dcherian commented 2 weeks ago

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