-
Notifications
You must be signed in to change notification settings - Fork 260
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
--- #2730
--- #2730
Conversation
sorry, wrong default repository target... |
@zapotocnylubos is it possible to easily extract the parts you did for partial scoring? We might want to support that and maybe your interpretation is the same as ours so we can base our work on yours.. |
@vmcj we did not stick to any standard, so the main problem is that you wanted to adhere to some standard, but we needed it quite fast, and it is not yet 100% integrated, for example, we did not have time to change the scoreboard behavior.
The main requirement for partial scoring is that lazy evaluation needs to be turned off so that each testcase group can be correctly computed and the resulting points summed up. Adhering to this basically
This is the PR we implemented our solution if you want to have a look at the code and screenshots delta-cs#101 (its in czech, but google translator should help) |
No description provided.