I finished my assignment and passed all the python tests an it displays “All tests passed”
How to solve this?
I finished my assignment and passed all the python tests an it displays “All tests passed”
How to solve this?
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!
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.
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
Hi @ikigami
Kindly remove any #grade up to here marks from your assignment which is causing this issue.
Regards
DP
Thanks for the response well it Fixed.
Thank you very much xD