Spaces:
Running
on
Zero
Running
on
Zero
enable random
Browse files- serve/update_skill.py +3 -3
serve/update_skill.py
CHANGED
@@ -107,6 +107,6 @@ def update_skill(rank, model_names, k_group=4):
|
|
107 |
|
108 |
save_json_via_sftp(ratings, comparison_counts, total_comparisons)
|
109 |
|
110 |
-
from model.matchmaker import RunningPivot
|
111 |
-
if group[0] in RunningPivot.running_pivot:
|
112 |
-
|
|
|
107 |
|
108 |
save_json_via_sftp(ratings, comparison_counts, total_comparisons)
|
109 |
|
110 |
+
# from model.matchmaker import RunningPivot
|
111 |
+
# if group[0] in RunningPivot.running_pivot:
|
112 |
+
# RunningPivot.running_pivot.remove(group[0])
|