Skip to content

0.4: Add detailed counts to statistical comparison results

Latest

Choose a tag to compare

@github-actions github-actions released this 11 May 14:15
· 142 commits to main since this release
Track added, removed, filtered-out, and below-threshold statistics
separately in ScalarComparisonResult.  The 'different' DataFrame now
only contains rows present in both sides with differing values;
added/removed rows are exposed as dedicated attributes.

Statistical test verdicts report per-simulation breakdowns such as
'128 compared, 2 added, 1 removed, 5 filtered out, 3 different'
with the largest difference prefixed at the end.

compare_simulations statistical summary also shows ADDED/REMOVED
counts alongside IDENTICAL/DIFFERENT.

Fixes #14.