Commit e97019c0 authored by lintangsutawika's avatar lintangsutawika
Browse files

removed comments

parent 00859825
...@@ -475,9 +475,7 @@ def evaluate( ...@@ -475,9 +475,7 @@ def evaluate(
metrics = results[task] metrics = results[task]
current_size = metrics.pop("samples") current_size = metrics.pop("samples")
# if "size" in metrics: # if (group in task_order) and task_order[group] == 0:
# current_size = metrics.pop("size")
# else:
# current_size = 1 # current_size = 1
for metric in [key for key in metrics.keys() if "_stderr" not in key]: for metric in [key for key in metrics.keys() if "_stderr" not in key]:
......
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