Skip to content

all.equal.data.table: sub-aggregate before comparison - #7894

Open
venom1204 wants to merge 1 commit into
masterfrom
issue7890
Open

all.equal.data.table: sub-aggregate before comparison#7894
venom1204 wants to merge 1 commit into
masterfrom
issue7890

Conversation

@venom1204

@venom1204 venom1204 commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

closes #7890

this pr adds by and fun.aggregate (defaulting to sum) arguments to all.equal.data.table.
this allows sub aggregation to align datasets at different levels of granularity before performing equality checks.

hi @tdhock @joshhwuu can you have a look when u got time , thanks

@codecov

codecov Bot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.02%. Comparing base (e26cf1b) to head (e75d652).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7894   +/-   ##
=======================================
  Coverage   99.02%   99.02%           
=======================================
  Files          88       88           
  Lines       17376    17381    +5     
=======================================
+ Hits        17206    17211    +5     
  Misses        170      170           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

all.equal could have option to sub-aggregate before comparison

1 participant