Open-EO / openeo-processes-dask

Python implementations of many OpenEO processes, dask-friendly by default.
Apache License 2.0
19 stars 14 forks source link

fix aggregate spatial tests #252

Closed ValentinaHutter closed 4 months ago

ValentinaHutter commented 5 months ago

Currently, aggregate spatial tests, that had worked before, are failing, which needs further investigation. For now, we will disable these tests, in order to unblock us from development work.

clausmichele commented 4 months ago

@ValentinaHutter the aggregate_spatial tests and on my side run fine, the issue arise due to the latest xarray version! Fixing it in pyproject.toml solves the issue, I've done it in this PR: https://github.com/Open-EO/openeo-processes-dask/pull/259

When we'll want to upgrade xarray we'll need to solve the compatibility issue.