Final Lab W3 Grading problem - All tests passed, excepted values are good but receive an error in submission

Hello @alison_barbi,

Here are 2 steps I would go through:

  1. Make sure I didn’t change anything outside the exercises, otherwise i would download a new copy of the assignment and move my exercise code there.

  2. Submit again if see the same error for “Cell #XX: Can’t com[compile the student’s code”, then I will locate that cell first. Your screenshot provided is not indicative that it is the cell 20, otherwise I would have seen In [20] next to your code cell, and instead I see In [*], which indicates that this cell is waiting to be run, which means that the notebook is still running a cell above the cell your screenshot show. It is either that the above cell has a problem, or you have not waited long enough for it to finish.

Please make sure (1) first, then resubmit and see if it is the same problem, and if so, make sure it gets to cell XX before you conclude whether you are seeing the expected error message or not.