dice-group / JavaOnlineExercises

Java Online Exercises (Jupyter JOE)
https://github.com/dice-group/JavaOnlineExercises/wiki
7 stars 2 forks source link

Manual grading after interrupted kernel #8

Open adibaba opened 5 years ago

adibaba commented 5 years ago

Expected behavior After executing nbgrader autograde, and exceeding the ExecutePreprocessor.timeout value (default:30), the kernel is interrupted.

Now, a manual grading should be possible.

Actual behavior The Formgrader extension displays needs autograding.

Opened nbgrader issue: jupyter/nbgrader#1033

adibaba commented 5 years ago

Exception issues may concern the iJava kernel. Maybe related to #9 Validation.

adibaba commented 5 years ago

Autograding works. (Also uses Exceptions.)