I have received 'All tests passed!' in all graded functions in C5W4A2: Trigger Word Detection still receiving 0/100

Hi,

I am running into an issue over and over. As the title says, I have passed all the test cases in the graded functions. But I am still receiving this bug.

I hovered over to cell 25 and it turned out to be a markdown cell. After that, I hovered over to code cell no. 25 and it’s this:

which matches the expected output. Please help me.

Are you sure that you didn’t rename the notebook? The grader only grades the standard name of the notebook: the one opened by the link.

Note that the grader error is about “File not found”. The other way this might happen would be if you deleted other files that are opened by the notebook, although I’d expect that to make the notebook itself not run.

BTW you can’t depend on the “Cell Number” being meaningful, because you don’t know the order in which the grader runs the cells in the notebook.

@paulinpaloalto The file name is showing Trigger_word_detection_v2a.ipynb. Can you check it on your side and confirm if it’s okay or not?

Yes, this name is correct. Maybe trying after some time or using a different device/browser may solve this issue. Let us know if issue persists.

Hi @saifkhanengr the issue is persisting despite trying the methods you have mentioned.

Okay, one more thing you can try is:

  1. Download your notebook or copy the code you did somewhere so you can access it later.
  2. Get a clean copy of your assignment as guided here.
  3. Open a fresh copy of your assignment and paste your code (from step 1).

Make sure you only do your code between START YOUR CODE and END YOUR CODE and change nothing else.

If this doesn’t solve your issue, please let us know.

1 Like

hi @saifkhanengr thanks a lot. this fixed the issue.

1 Like