Assignment Error_Grader_output_zero

To someone who is concerned,

I passed all tests in my assignment 1, 0 errors, but still got 0/100 scores after submission. I have tried multiple times but still get 0/100, which is very wried. Could someone do me a favor to review and grade my work manually? Any help would be greatly appreciated! (PS, I just talked to customer support and she told me she saw feedback on the errors on my assignment 1, but I don’t have any errors actually, which is very wried, if you could see my notebook you would find out that I am right…)

Thank you in advance!

Zhujun

Hello @zhujunwang!

Maybe you “hard-coded” that match the inputs in the unit test or you are referencing global variables in the notebook context from the local scope of your functions. Kindly check your code again and see if you did any hard coding. If you didn’t do hard coding, try Kernel → Restart and then try to submit. If this is also not working, kindly share the grader error. Grader Error can be found on the assignment page “My submissions”.

Best,
Saif.

1 Like

finally passed. Thank you so much for your help!

That’s great. How did you solve it?

Best,
Saif.

I followed your instruction and found out I cut a python name instead of copying it when I was trying to copy and paste. Stupid mistake haha

This type of mistake happens many times…