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
Merge PR #395 (Remove xr.Dataset.load() commands to improve performance)
This merge brings PR #395 (Remove xr.Dataset.load() commands to improve
performance, by @yantosca) into the GCPy 1.7.0 development stream.
PR #395 removes the .load() commands that are appended to the end of
xarray Dataset objects. This will load the entire Dataset into memory
but is not necessary, as xarray can handle the memory management of
large files "under the hood".
Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
0 commit comments