You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing operations in place without setting it to a variable is inconsistent with xarray (they actually deprecated it completely). pydata/xarray#1756 hc.add_reference(ref_ds, 'ncep')
The text was updated successfully, but these errors were encountered:
Yep I agree completely here. Been meaning to make an issue on this. I don't like inplace operations and agree with the deprecation. Should this be a very small PR to make add_reference and add_control not inplace? Those might be the only two functions and no sense in only having inplace in v1...
Doing operations in place without setting it to a variable is inconsistent with xarray (they actually deprecated it completely).
pydata/xarray#1756
hc.add_reference(ref_ds, 'ncep')
The text was updated successfully, but these errors were encountered: