Nicolas Nytko
Nicolas Nytko
I think this always happens, but I can send an example flow id if that would be helpful
So, it looks like this discrepancy happens because the percentage value is returned out of the *true* maximum points, https://github.com/PrairieLearn/PrairieLearn/blob/63921c2c4b6f5e2b2ba6cf7fa8f17a48acea8d30/graders/python/python_autograder/pl_main.py#L107 while the maximum point value that is shown to the...
An easy fix is to have the code generator cast the limits to signed ... `(signed) Nxc` and `(signed) Nyc)` ... in the if statement. That seems to work on...
> @nicknytko bump, any updates here? Let me know if you want me to take this over. I think the code is ready to be reviewed, I'll give this a...