Skip to content

fix: resolved incompatibilities with newer xarray version (inplace)

Andreas C. Meier requested to merge acmeier/pyatran:dev_ameier into develop

Hi Leonardo,

i have made some minor changes to avoid problems with the latest versions of xarray. This is basicall just replacing calls with inplace=True with an assignment to a valiable.

Merge request reports