DocOtak / gsw-xarray

Wrapper for gsw that will add CF attributes to xarray.DataArray outputs
https://gsw-xarray.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
23 stars 3 forks source link

FIx exception in multiple return functions with non xr objects #42

Closed DocOtak closed 2 years ago

DocOtak commented 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.

DocOtak commented 2 years ago

I think this is breaking with upstream compat, so should probably fast track a release after merging.