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
Avoid refining parent dimensions in NetCDF files (#10623)
* Avoid refining parent dimensions in NetCDF files
This changes the way DataTree objects are written to disk in a single
call to `DataTree.to_netcdf()`, as well as netCDF groups written by
passing an explicit `group` to `Dataset.to_netcdf()`.
Conceivably we could only adjust the behavior for `DataTree`, but doing
so for `Dataset` was well felt more consistent to me (and was also
easier to implement).
Fixes: GH10241
* Typo
* doc failure
* Create collect_ancestor_dimensions() helper function
0 commit comments