Unverified Commit ab4dba8f authored by Hailey Schoelkopf's avatar Hailey Schoelkopf Committed by GitHub
Browse files

use reversed task hierarchy for print (#1414)

parent 4c17c55c
......@@ -515,7 +515,7 @@ def evaluate(
results[task_name][metric + "_stderr" + "," + key] = "N/A"
if bool(results):
for group, task_list in task_hierarchy.items():
for group, task_list in reversed(task_hierarchy.items()):
if len(task_list) == 0:
# task_hierarchy entries are either
# `group_name: [subtask1, subtask2, ...]`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment