-
Notifications
You must be signed in to change notification settings - Fork 30
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
Allocation of choices #278
Comments
What exactly does "suboptimal" mean? |
Are we talking about the basic algorithm that distributes users with a vote or the new feature which distributes users who have not voted? If it is the latter: |
The problem is I can not exactly tell you what happened as the person in our System who had the issue was not really precise. (Sorry to disappoint you)
|
I see. Then I would suspect that both algorithms worked fine. The way to solve this as user would be:
Important information: Algorithm for distributing unallocated users does not clear current allocations, but only tries to distribute still unallocated users. |
Rerunning the initial algorithm did not solve the problem. @Laur0r also suggested that but it did not change the allocation. |
Oh I see, so there might be a bug indeed. Thanks for clarifying 🙂 |
No problem, however as I said, I am not sure if the teacher might just messed things up, so I will wait until someone reports the same problem 😂 |
Unfortunately, I don't have exact reproduction steps.
After our upgrade to v4.2-r1 we had an error allocating choices suboptimal when allocating remaining students. We ran the algorithm several times, not able to get a different result. Deleting the choices in the DB solved the issue. This might also be related to running tasks in the background, or changing the number of students per choice (unfortunately the teacher was not very specific about it).
This issue is created to track if anyone experiences the same problems.
The text was updated successfully, but these errors were encountered: