Skip to content

Conversation

@Gyoo
Copy link
Contributor

@Gyoo Gyoo commented Aug 24, 2024

Adding a new PB merge function to update flare in PB scores. This will also fix the profile ranking.

Some actions need to be done to update existing data :

  • Recreate enumIndexes for scoreData.optional in scores, since there was a bug in derivers.ts that prevented the creation of those
  • Update PB merges with the newly updated optional.enumIndexes
  • Recompute profile ratings

@Gyoo Gyoo marked this pull request as ready for review August 25, 2024 07:38
...Object.entries(gptConfig.providedMetrics),
...Object.entries(gptConfig.derivedMetrics),
]) {
for (const [key, conf] of [...Object.entries(gptConfig.optionalMetrics)]) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jesus this is a pretty rough bug. will need to merge this and then maybe run some rederivations on the database....

@zkrising
Copy link
Owner

That bug is going to cause some serious trouble and I can't merge this without taking down the site for a minute, as this will change score checksumming, resulting in duplicate scores everywhere. Blegh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants