csiro-coasts / emsarray

xarray extension that supports EMS model formats
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Fix some warnings raised in the tests with xarray 2023.09.0 #116

Closed mx-moth closed 9 months ago

mx-moth commented 9 months ago

xarray now explicitly complains if you're doing Bad Things, instead of silently trying to work with it. Explicit warnings are good! But now I have to not do those Bad Things.

This has the upside of removing one of the warnings the tests silenced, which can only be a good thing.