Powersort-Competition / PowersortCompetitionWebsite

Repository containing the frontend and backend code for the Powersort competition website.
2 stars 0 forks source link

Clicking on “Merge Cost Difference” doesn't toggle Leaderboard back #6

Closed sebawild closed 1 month ago

sebawild commented 2 months ago

Workaround: Reload the page to get mergecost; click comparisons to get those.

sebawild commented 1 month ago

@shayandoust From looking at the code, we indeed just resort the table, but we should get to different sets of top-k entries for the two cost measures. Can you fix that?

shayandoust commented 1 month ago

@shayandoust From looking at the code, we indeed just resort the table, but we should get to different sets of top-k entries for the two cost measures. Can you fix that?

Ahh yes you're right, completely glossed over that. I can fix it.