Skip to content

fix(collect): average multi groups when singletons are present - #843

Merged
jepegit merged 1 commit into
masterfrom
816-group-it-mixed-singletons
Aug 8, 2026
Merged

fix(collect): average multi groups when singletons are present#843
jepegit merged 1 commit into
masterfrom
816-group-it-mixed-singletons

Conversation

@jepegit

@jepegit jepegit commented Aug 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • With group_it=True, average groups that have ≥2 cells even if other groups are singletons.
  • Singletons share the long mean/std schema (std null); all-singleton selections stay wide.
  • Essential regression for mixed multi+singleton selections.

Closes #816

Test plan

  • uv run pytest tests/test_collect.py -q
  • uv run pytest -m essential -q
  • CI green

Made with Cursor

group_it=True no longer disables averaging for every group when any
group has fewer than two cells; singletons stay in the long frame (#816).

Co-authored-by: Cursor <cursoragent@cursor.com>
@cursor

cursor Bot commented Aug 8, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@jepegit
jepegit merged commit abe7367 into master Aug 8, 2026
8 checks passed
@jepegit
jepegit deleted the 816-group-it-mixed-singletons branch August 8, 2026 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

group_it=True: average multi-member groups even when some groups are singletons

1 participant