cubed-dev / cubed-xarray

Interface for using cubed with xarray
Apache License 2.0
26 stars 3 forks source link

Add an Xarray test suite adapted from xarray/tests/test_dask.py #19

Closed tomwhite closed 3 months ago

tomwhite commented 3 months ago

Fixes #6

This includes quite a lot of basic tests that are passing, as well as some that are marked with xfail and which can be fixed over time. I've not included others that are Dask-specific, such as the dataframe tests or ones calling persist.

TomNicholas commented 3 months ago

Just realised I was not tracking all activity on this repository so didn't see this!

This is great though - I should have gotten around to doing it when we first made this repo 😅

tomwhite commented 3 months ago

No worries! Hopefully we can improve it.