Course2 week2 all tests passed but got 88

Sorry that the grader does not give more useful feedback in this case. My guess is that you’ve probably hard-coded something in one of the functions so that it happens to agree with the data in the test cases in the notebook, but the grader uses a different test case. E.g. ignoring the parameters and referencing a global variable that happens to be the input passed as the parameter for a particular test case.

1 Like