When correcting, my code is not given a score and this error is displayed to me if the outputs I received in the notebook are completely correct.
Hey @Rasool_Estiri,
I think you are saying you receive some error messages after submission, right? Can you take a screenshot that can show us the whole message? Or you can copy-and-paste it here if it can’t been all shown in one screenshot.
We need to see what you are seeing, but just the error message and not your assignment code.
Raymond
Yes.sure
Alright. Thanks for the screenshot. I just checked my account and I could receive a normal report and pass the assignment. So, here are a few things that I want you to check:
-
you have not modified the assignment’s file name. (The correct name is “C1_W2_Linear_Regression”
-
you have not modified anything outside of the area between
### START CODE HERE ###
and### END CODE HERE ###
-
you have passed all the tests within the assignment
-
you have not added any extra
print
statement anywhere, even in the exercise cell -
you have not added any extra code cells, or removed any of them.