Closed DocOtak closed 2 years ago
If the upstream gsw function returns multiple values, we were attempting to add xarray attrs without checking to see if the return values were even xarray objects.
I think this is breaking with upstream compat, so should probably fast track a release after merging.
If the upstream gsw function returns multiple values, we were attempting to add xarray attrs without checking to see if the return values were even xarray objects.