C4_W3 Grader Issue

Dear Mentors,
I am currently encountering an issue with the grading process for the QnA assignment. While my code has passed all the test cases, I am receiving the error message mentioned above when submitting it for grading.

I would greatly appreciate it if you could assist me in identifying the cause of this issue and guide me towards resolving it. Any insights or suggestions you could provide would be very helpful.

Thank you in advance for your time and support. I look forward to your guidance.

Best regards,
Joseph Emerald.

hi @JosephEm

for your tokenize code, the grader is mentioning you have used > somewhere in the code which is causing the failure

in your answer_question grade cell, please make sure you have not changed anything outside the markers ###START AND END CODE HERE###

There was a learner who actually changed the def statement tokenizer=None to tokenizer=Tokenizer causing grader failure.

Hey @Deepti_Prasad !

I wanted to sincerely thank you for your assistance with the issue I encountered. The problem stemmed from the use of the > symbol in the if statement. By reversing the condition and using the < symbol instead, I was able to resolve the issue, and it worked perfectly.

I truly appreciate your help and the time you took to guide me through this problem. Your support has been invaluable.

1 Like