Unverified Commit b85ec188 authored by Lintang Sutawika's avatar Lintang Sutawika Committed by GitHub
Browse files

Update evaluator.py

parent 3ab0aa5c
...@@ -194,8 +194,7 @@ def evaluate( ...@@ -194,8 +194,7 @@ def evaluate(
# Stores group related keys and values for group-aggregation # Stores group related keys and values for group-aggregation
aggregate = collections.defaultdict(dict) aggregate = collections.defaultdict(dict)
task_groups = collections.defaultdict(dict) task_groups = collections.defaultdict(dict)
# get lists of each type of request # get lists of each type of request
for task_name, task in task_dict.items(): for task_name, task in task_dict.items():
......
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