All my tests are getting passed for this assignment i.e. Car detection with YOLO but I am getting this error
Comment line with index: UNQ_C1
wasn’t found in code
All my tests are getting passed for this assignment i.e. Car detection with YOLO but I am getting this error
Comment line with index: UNQ_C1
wasn’t found in code
Hi @Ejaz_Habib_Dar,
Your error shows that you may have mistakenly deleted a very important line of code. I suggest you get a fresh notebook and do it again.
I agree with @lukmanaj, somehow you deleted the line of code that contains the grader key for this function.
It should look like this:
You can try adding # UNQ_C1
to that cell (as the 1st line) and see if that fixes the issue.
thank you so much bro