Skip to content

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