I decided to submit. Failed. I am confused as all othere graded test I passed. I got the message:
Cell #20. Can’t compile the student’s code. Error: IndexError(‘index 2 is out of bounds for axis 0 with size 2’)
1] I do not have a Cell 20
2] Usually it goes through each graded test and says pass or fail. The above is all that I got. Tried rebooting the Kernal…still an issue
It opens your notebook file and extracts the functions that are marked for grading.
It puts those into a template which runs a specific set of tests. These tests are not in the public domain. The grader’s tests are entirely separate from the tests that are built-into the notebook.
So the cell numbers that the grader reports are from its template, not from your notebook.
The grader does not give detailed Pass/Fail results for each test. The grader’s feedback messages are famously unhelpful.