xarray_extras icon indicating copy to clipboard operation
xarray_extras copied to clipboard

Warnings in proper_unstack

Open crusaderky opened this issue 1 year ago • 1 comments

Tests for proper_unstack triggers two warnings in xarray. They've been temporarily suppressed but need to be looked at:

https://github.com/crusaderky/xarray_extras/blob/5fe74965d492a5b0dac79792dd29561905226b12/xarray_extras/tests/test_stack.py#L8-L12

crusaderky avatar Feb 04 '24 19:02 crusaderky

This module is vendored in ndcsv and recursive_diff too.

There, there's 2 additional warnings (probably due to different dependencies?)

'ignore:the `pandas.MultiIndex` object.* will no longer be implicitly promoted:FutureWarning',
'ignore:updating coordinate .* with a PandasMultiIndex:FutureWarning',

crusaderky avatar Feb 12 '24 22:02 crusaderky