Skip to content

calculate N and T from test branches only#17

Merged
d-callan merged 2 commits intomainfrom
fix-N-and-T
Oct 17, 2025
Merged

calculate N and T from test branches only#17
d-callan merged 2 commits intomainfrom
fix-N-and-T

Conversation

@hverdonk
Copy link
Copy Markdown
Collaborator

N and T in combined_summary are now calculated from test branches only, instead of all branches in the tree. This change forces N and T to have a consistent interpretation across combined_summary and combined_comparison_summary (i.e., N and T now always represent groups of tested branches, not just the number of leaves present (old combined_summary N behavior) or the total tree length including untested leaves (old combined_summary T behavior). Fixes #16

@hverdonk hverdonk requested a review from d-callan October 16, 2025 21:11
Copy link
Copy Markdown
Collaborator

@d-callan d-callan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@d-callan d-callan merged commit 6ff3f5f into main Oct 17, 2025
7 checks passed
@d-callan d-callan deleted the fix-N-and-T branch October 17, 2025 16:33
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.

N and T are reported inconsistently for combined_summary and combined_comparison_summary results

2 participants