Assignment1 submission issue i am autograding getting 0 C1_W1_Assignment

Lab-Id: yuofucqpfdgb

here is my lab id i have tried multiple time and my test is completely clear i am tired of et this solution please do lemme know how can i resolve it. I am submitting it since yesterday.

Please help out me for submit this assignment.

1 Like

Mentor do not have access to the labs, can you give more details about the error itself? So if somebody a mentor can hopefully help.

All tests are passed when I submit my assignment it’s through an error Grading error you 0/100. it’s gone to fail the grading. I tried 4 to 5 times. in a different time. so what should I do about this?

1 Like

Hi @Faizan_Munsaf,

At the start of the notebook there’s:

**Important Note on Submission to the AutoGrader**

Before submitting your assignment to the AutoGrader, please make sure you are not doing the following:

1. You have not added any extra print statement(s) in the assignment.
2. You have not added any extra code cell(s) in the assignment.
3. You have not changed any of the function parameters.
4. You are not using any global variables inside your graded exercises. Unless specifically instructed to do so, please refrain from it and use the local variables instead.
5. You are not changing the assignment code where it is not required, like creating extra variables.

If you do any of the following, you will get something like, Grader Error: Grader feedback not found (or similarly unexpected) error upon submitting your assignment. Before asking for help/debugging the errors in your assignment, check for these first. If this is the case, and you don't remember the changes you have made, you can get a fresh copy of the assignment by following these instructions.

This clearly mentions if you do any of the listed things you will run into Grader Error: Grader feedback not found.

Please make sure you are not doing any of these listed things.

Best,
Mubsi

1 Like

Oh Thanks for your guidance. I have change many things there I run on colab and paste here. so there is any thing that I revert the lab and start it again? It’s 3rd time submission late.

1 Like

I need to get lab without my attestation I will correct it after that. maybe some items change

1 Like

Hi @Faizan_Munsaf,

Please follow the instructions provided under the heading “Refreshing your Workspace”.

Regards,
Mubsi

1 Like

I was having the same problem and was frustrated. I knew my code was correct and I was “following” the instructions. My error was that I created an extra function that I called from inside of the assignment functions. For what I learned, the only area where you can write/edit the code is inside the lines between “### START CODE HERE ###” and “### END CODE HERE ###”. Now I delete the extra function and included the code inside the test function.

1 Like

Hi @Guido_Carballo,

Is everything running fine for you, in the assignment and in the autograder ?

1 Like

Yes @Mubsi, thank you! I solve the problem.

1 Like

Same here, pl look into it

1 Like