mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-17 08:25:53 +00:00
Begin script testing
This commit is contained in:
@@ -1277,6 +1277,8 @@ class Summary:
|
||||
if criterion is None or value is None
|
||||
else [x for x in haystack if x[criterion] == value]
|
||||
)
|
||||
if haystack == []:
|
||||
raise ValueError("** No results found **")
|
||||
return (
|
||||
sorted(
|
||||
haystack,
|
||||
|
Reference in New Issue
Block a user