Skip to content

Conversation

@am009
Copy link
Contributor

@am009 am009 commented Jan 20, 2026

Fix #1896

When there is only one fuzzer, the df.groupby(grouping2, group_keys=False).apply(is_unique_crash) is something like:

Name: firsts, dtype: bool
c1 firsts                                   0
fuzzer          benchmark   trial_id
aflplusplus libxml2_xml 58        True

which has only one row, even after reset_index

67f7ae6b97f3443e83b7690c78b09cca%2Fo%2F1768892165269

This change uses .stack().reset_index(drop=True) to fix the issue only when the orignal code does not work

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.

Error generating HTML report.

1 participant