Commit d29c0940 authored by lintangsutawika's avatar lintangsutawika
Browse files

update

parent 17ec4906
...@@ -459,7 +459,6 @@ def evaluate( ...@@ -459,7 +459,6 @@ def evaluate(
tab_dict[task] += 1 tab_dict[task] += 1
else: else:
tab_dict[task] = 1 + tab_dict[group] tab_dict[task] = 1 + tab_dict[group]
print(tab_dict)
zero_order_groups = [group for group in tab_dict if tab_dict[group] == 0] zero_order_groups = [group for group in tab_dict if tab_dict[group] == 0]
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