Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature deterministic results parser #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

FabianScharnboeck
Copy link
Contributor

@FabianScharnboeck FabianScharnboeck commented Mar 8, 2023

Adresses issue #9
The results_parser should now sort the data frames according to certain keys:

-test_overview changes the data type of verdicts to tuple in order to enable sorting, because the values must be hashable. Using lists or sets caused an error: TypeError: unhashable type: 'set / list'

-classification_template sorts by Project_Name, Project_URL, Project_Hash and Test_name in ascending order

-passed_failed sorts by Passed_sameOrder and Passed_randomOrder

If there is no necessity for passed_failed (L. 979) to be sorted, you can probably delete this line.

@gruberma gruberma force-pushed the master branch 6 times, most recently from 9f74641 to 6344fda Compare January 22, 2024 22:26
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