Trouble autograding submissions #858
-
Hi, I'm having issues with autograding student notebooks. Here's what my resulting csv looks like after calling otter grade. I tried the same process on the demo assignment in the docs, and that seems to work fine. Is there anything that I should look for that might be causing this issue? I've answered every question in the student notebooks and ran every cell -- I've shared the solutions notebook if anyone could help. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Did some debugging and found that the root cause is |
Beta Was this translation helpful? Give feedback.
Otter should work fine with shell commands (assuming you're using a recent version) so I'm not sure what could be causing this. You can see what error is occurring in the notebook by following these debugging instructions. Then, after you run
./run_autograder
in the container, from outside the container rundocker cp <container ID>:/autograder/results/results.pkl ./results.pkl
then run the following python script to extract the notebook:Open the notebook and find the cell with the shell command, and the error should be in its output.