osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
4 stars 2 forks source link

Average scores way too large in some cases #285

Closed hburn7 closed 1 month ago

hburn7 commented 1 month ago

Some users have very high average scores, i.e. Crystal

image

ScoreV1 scores shouldn't be counted, same for invalid scores etc. We are probably not doing enough filtering on whatever query is responsible for this result.

myssto commented 1 month ago

This almost assuredly is being caused by changes made in #248. Currently waiting on a more up to date database dump so I can investigate.