Version
main
How did you install UXarray?
Source
What happened?
Uxarray constructors are now failing with TypeError('Passing a Dataset as data_varsto the Dataset constructor is not supported. Useds.copy() to create a copy of a Dataset.') . Due to pydata/xarray#11139 in https://github.com/pydata/xarray/releases/tag/v2026.04.0
What did you expect to happen?
No failures
Can you provide a MCVE to repoduce the bug?
You can use the test suite in this project
Version
main
How did you install UXarray?
Source
What happened?
Uxarray constructors are now failing with
TypeError('Passing a Dataset asdata_varsto the Dataset constructor is not supported. Useds.copy()to create a copy of a Dataset.'). Due to pydata/xarray#11139 in https://github.com/pydata/xarray/releases/tag/v2026.04.0What did you expect to happen?
No failures
Can you provide a MCVE to repoduce the bug?
You can use the test suite in this project