-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relocate numeric HitResult values, add accuracy conversion #25993
Conversation
!diffcalc GENERATORS=score |
!diffcalc GENERATORS=score |
Source looks generally good, but I do want to do some follow-up tests here still. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to me
Judgement.NumericResultFor()
/Judgement.ToNumericResult()
et al. have been removed.ScoreProcessor. GetNumericResultFor()
/ScoreProcessor.GetMaxNumericResultFor()
removed.virtual ScoreProcessor.GetBaseScoreForResult(HitResult)
added as the new method to retrieve the raw scoring values.StandardisedScoreMigrationTools.ConvertFromLegacyTotalScore()
made private.StandardisedScoreMigrationTools.UpdateFromLegacy()
added, which converts totalscore and (now) accuracy.