pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.63k stars 1.09k forks source link

Skip a few tests that require flox is flox is not installed #9715

Closed shoyer closed 2 weeks ago

shoyer commented 2 weeks ago

These failures turned up in my local tests.

I guess we don't currently have a CI environment that installs Dask but not Flox.

cc @dcherian

dcherian commented 2 weeks ago

This seems like a bug actually. And those tests should pass with dask and without flox. I'll take a look tonight.