Skip to content

Fix regression in generic errorbar plot function

Utopia Developers requested to merge fix-errorbar-plot-squeezing into master

Apparently, the handling of left-over dimensions in DataArray.groupby changed such that size-1 dimensions are not necessarily dropped. With this MR, it is made sure that they are squeezed out.

Can this MR be accepted?

  • Implementation ready
  • Code quality
  • Ready for merging
    • Pipeline passes without warnings
    • History cleaned-up or squash option set
    • Changelog entry added
    • Version number bumped
    • Tested & approved by @lschm

Related issues

Edited by Utopia Developers

Merge request reports