FlaPy icon indicating copy to clipboard operation
FlaPy copied to clipboard

Feature deterministic results parser

Open FabianScharnboeck opened this issue 2 years ago • 0 comments

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.

FabianScharnboeck avatar Mar 08 '23 12:03 FabianScharnboeck