Skip to content

Conversation

@aemerson
Copy link
Contributor

The alpha level can also be adjusted with --alpha

…t-test.

The alpha level can also be adjusted with --alpha
utils/compare.py Outdated
if len(temp_metrics) == 0:
defaults = ["Exec_Time", "exec_time", "Value", "Runtime"]
for defkey in defaults:
if defkey in lhs_d.columns:
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe check if defkey in lhs_d.columns or defkey in rhs_d.columns to be compatible with the existing flow, or unify elseway

@aemerson aemerson requested a review from tomershafir October 21, 2025 22:25
@aemerson aemerson merged commit b8f4873 into main Oct 28, 2025
1 check passed
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.

3 participants