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

Update evaluator.py

parent 9a4e7e7f
......@@ -200,12 +200,7 @@ def evaluate(
if type(task) == tuple:
group, task = task
# if group in task_groups:
# task_groups[group].append(task_name)
# else:
# task_groups[group] = [task_name]
task_groups[task_name] = group
versions[task_name] = task.VERSION
configs[task_name] = dict(task.dump_config())
......
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