Ouranosinc / xscen

A climate change scenario-building analysis framework.
https://xscen.readthedocs.io/
Apache License 2.0
15 stars 2 forks source link

stack_drop_nan broken by new xarray #122

Closed juliettelavoie closed 1 year ago

juliettelavoie commented 1 year ago

Generic Issue

Description

stack_drop_nan breaks on line 130 of utils because the previous lines got rid of the lat and lon coordinates. I think something with the behavior of drop changed and it drops the coordinates that are not have a dimension.

stack_drop_nan works on my env with xarray '2022.6.0', but breaks on Sarah env with xarray '2022.11.0'.