You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Please provide a clear and concise description of what the bug is.
Pyaerocom version: 0.21.0.dev0
Computing platform: Ubuntu 22.04.4 LTS and CI
Configuration file (if applicable):
Error message (if applicable):
indexer = either_dict_or_kwargs(indexer, indexer_kwargs, "resample")
if len(indexer) != 1:
> raise ValueError("Resampling only supported along single dimensions.")
E ValueError: Resampling only supported along single dimensions.
.tox/py311/lib/python3.11/site-packages/xarray/core/common.py:1056: ValueError
Using the origin or offset parameters is recommended as a replacement for using the base parameter and using time offset arithmetic is recommended as a replacement for using the loffset parameter. (PR9233) By Deepak Cherian.
I think the replacements are not supported by the oldest version of xarray which we currently support which means we either need to bump the oldest supported xarray version or have special logic (I vote for the former).
Describe the bug
Please provide a clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: