"vscode:/vscode.git/clone" did not exist on "9f7babc3ff000d1a8a567479c1b5d309658d8b7f"
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(
# Stores group related keys and values for group-aggregation
aggregate = collections.defaultdict(dict)
task_groups = collections.defaultdict(dict)
task_groups = collections.defaultdict(dict)
# get lists of each type of request
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