Skip to content
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

When distributing scores evenly, sort scores ascending instead of descending #61

Open
AlexVasiluta opened this issue Feb 6, 2025 · 0 comments
Labels
bug Something isn't working technical Purely technical backend issue, virtually nothing frontend-facing

Comments

@AlexVasiluta
Copy link
Member

AlexVasiluta commented Feb 6, 2025

Currently, if you have for example 3 tests and choose to distribute the score evenly when uploading a zip archive, the scores will be 34 33 33 instead of 33 33 34, which should be the expected output, since later tests are usually harder. This was introduced when adding fractional score to the backend and never fixed. We need to fix this

@AlexVasiluta AlexVasiluta added bug Something isn't working technical Purely technical backend issue, virtually nothing frontend-facing labels Feb 6, 2025
@AlexVasiluta AlexVasiluta moved this to Backlog in Feature Kanban Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working technical Purely technical backend issue, virtually nothing frontend-facing
Projects
Status: Backlog
Development

No branches or pull requests

1 participant