Successful unit tests, followed by unexpected grader error.
Hi, All my unit tests are successful, but I get the following error without further guidance.
I have tried to re-submit multiple times but the error persists. Any other solution I can try?
Successful unit tests, followed by unexpected grader error.
Hi, All my unit tests are successful, but I get the following error without further guidance.
I have tried to re-submit multiple times but the error persists. Any other solution I can try?
Hi @dgorton,
Can you share the output of the exercise that fails?
It should be a drop down. When you click the error, it should expand and tell you the message it has.
Generally, if you have tried re-submitting multiple times, the issue could be that you are using some variable you shouldn’t be. For example, you could be using a global variable, when you should have been using the function parameter.
Best,
Mubsi
Also note that you may need to grab the border with the three vertical dots on the RHS and drag it to the left in order to see the detailed grader output @mubsi is mentioning there.
Thanks Mubsi, I reopened the right pane in the notebook and could see that it was Exercise 2 that was the problem (however, with no additional information about what failed given). After a quick review I found the problem, and it is now solved.
Best Regards,
/ Dan