Closed brynpickering closed 7 months ago
Noticed a failing test in https://github.com/arup-group/genet/actions/runs/8471718196/job/23332569549?pr=232. It is caused by xarray v2024.03 having the .oindex property which seems to be causing issues with our test's array comparison. This is fixed by pinning xarray.
.oindex
Noticed a failing test in https://github.com/arup-group/genet/actions/runs/8471718196/job/23332569549?pr=232. It is caused by xarray v2024.03 having the
.oindex
property which seems to be causing issues with our test's array comparison. This is fixed by pinning xarray.