C1W2 Error in grading(0/100) even after passing all the tests (Indent Error)

I finished my assignment and passed all the python tests an it displays “All tests passed”

How to solve this?

1 Like

If I was you, I would recheck the row_echelon_form function again maybe indentation is not right, or maybe you have deleted comments you are not supposed to!

1 Like

Hi @ShamalLakshan

I suspect you are working on an obsolete copy of assignment. Get a fresh copy of assignment by following 1a HOW TO GET A FRESH OR LATEST VERSION OF A NOTEBOOK from the below link

Regards
DP

@ShamalLakshan, be aware that if your notebook causes the grader to crash, the specific errors that the grader reports are not accurate. The grader will report the same error message for all of the functions. So the grader error you see does does not mean the error is in the row_echelon_form() function.

Also be aware that passing the tests in the notebook does not mean your code is perfect. The grader uses different tests.

1 Like

Hello I Do have kind have same problem but even I tried to restart the notebook multiple times, delete the original file to get the latest version of the notebook still same can someone help me out hopefully

As continuation of my post,

I did put it actually

Hi @ikigami

Kindly remove any #grade up to here marks from your assignment which is causing this issue.

Regards
DP

1 Like

Thanks for the response well it Fixed.

Thank you very much xD

1 Like