Skip to content

enh: improve result counting#203

Merged
rich-iannone merged 6 commits intomainfrom
enh-improve-result-counting
May 30, 2025
Merged

enh: improve result counting#203
rich-iannone merged 6 commits intomainfrom
enh-improve-result-counting

Conversation

@rich-iannone
Copy link
Member

This PR improves performance of boolean value counting in validation (i.e., tallying up passing/failing test units). I replaced the Python list-based counting with native DataFrame filtering operations for counting True/False values. This avoids extracting potentially large columns into Python lists and leverages the DataFrame library's optimized filtering capabilities. These changes maintain identical functionality while improving performance for large datasets

@github-actions github-actions bot temporarily deployed to pr-203 May 29, 2025 14:58 Destroyed
@github-actions github-actions bot temporarily deployed to pr-203 May 29, 2025 17:26 Destroyed
@rich-iannone rich-iannone merged commit ed20c5d into main May 30, 2025
8 checks passed
@rich-iannone rich-iannone deleted the enh-improve-result-counting branch May 30, 2025 19:44
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.

1 participant