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
In website/sql/schema.sql User table, mu is defined as an unsigned float. Trueskill mu though can go negative. Looking at the current rankings it appears there are a number of users that have hit this limit.
This is probably part of the reason that the median mu for the competition seems to be slowly creeping up over time.
The text was updated successfully, but these errors were encountered:
In website/sql/schema.sql User table, mu is defined as an unsigned float. Trueskill mu though can go negative. Looking at the current rankings it appears there are a number of users that have hit this limit.
This is probably part of the reason that the median mu for the competition seems to be slowly creeping up over time.
The text was updated successfully, but these errors were encountered: