Skip to content

WIP: Resolve "Add squeeze method to LabelledDataGroup"

This MR adds the LabelledDataGroup.squeeze method, using the same interface as xarray.DataArray.squeeze.

It operates on the underlying member_map, which is a xr.DataArray, and which is used in determining all outside properties of the group.

Can this MR be accepted?

  • Implementation ready
  • Tests added or adjusted
  • Documentation extended or updated
  • Code quality

Related issues

Closes #158 (closed)

Edited by Utopia Developers

Merge request reports