Skip to content

Commit 4330157

Browse files
committed
chore: fix bugs
1 parent bd3e749 commit 4330157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neurons/validators/score_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def print_session_result(self, session_upto: int, console: Console):
226226
total_scores_table.add_row(
227227
str(rank + 1),
228228
str(uid),
229-
f"{avg_scores[uid]:.4f}",
229+
f"{score:.4f}",
230230
)
231231
console.print(total_scores_table)
232232
except Exception as e:

0 commit comments

Comments
 (0)