xarray_extras
xarray_extras copied to clipboard
Warnings in proper_unstack
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
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',