All tests passed but graded 0/100

When I run my code for Week 2 Assignment 1, I am getting ‘All Tests Passed!’ but I’m still receiving a grade of 0/100 for the assignment

The tests in the notebook do not catch all possible errors in your code.

1 Like

Indeed. One class of errors to check for is “hard-coding” parameters passed from your top level routines to the subroutines to the values that they just happen to have in the test cases in the notebooks. The grader test cases are (as one would hope) different.