You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent division by zero in leaderboard calculation
Add defensive check for empty scores vector before division to prevent
potential panic. While evaluations.is_empty() is checked above, this
adds an extra layer of safety in case the mapping produces an empty
vector.
Fixes division by zero bug in update_leaderboard function.
0 commit comments