SERG-Delft / andy

Andy assesses student's test code. It's used in CSE1110, TU Delft.
MIT License
78 stars 23 forks source link

Penalty weights are counted towards total #272

Open martinmladenov opened 2 months ago

martinmladenov commented 2 months ago

The weights of penalty meta tests (and probably also code checks) are counted towards the total number of meta tests in the "meta tests" section (the "X/Y passed" label). They shouldn't be counted, as penalty weights are on a different scale than normal weights due to how grade calculation works.

fm2003 commented 1 month ago

Confirmed that this also holds for the code checks.