You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO 2020-05-03 16:18:03,810 55 packet Accept submission: 2067836: executor: CPP17, code: ...
INFO 2020-05-03 16:18:04,889 55 packet Compile message: 2067836
INFO 2020-05-03 16:18:04,889 55 packet Begin grading: 2067836
INFO 2020-05-03 16:18:04,890 55 packet Enter batch number 1: 2067836
Arguments: (2067836, 1, 'WA', 0.008266977, 1.609375, 0, None)
Arguments: (2067836, 2, 'SC', 0, 0.0, 0, None)
INFO 2020-05-03 16:18:04,952 55 packet Exit batch number 1: 2067836
INFO 2020-05-03 16:18:04,953 55 packet Enter batch number 2: 2067836
INFO 2020-05-03 16:18:04,953 55 packet Test case on 2067836: #3, SC [0.000s | 0.00 MB], 0.0/100
(Note: I'm not sure where the "Arguments" output is coming from.)
The issue is that the first batch doesn't have points defined, and ConfigNode defaults to None. It should default to something else instead, or otherwise raise an error during testcase construction.
The text was updated successfully, but these errors were encountered:
Triggering
init.yml
:Logs look like:
(Note: I'm not sure where the "Arguments" output is coming from.)
The issue is that the first batch doesn't have
points
defined, andConfigNode
defaults toNone
. It should default to something else instead, or otherwise raise an error during testcase construction.The text was updated successfully, but these errors were encountered: