C1W3_Assignment Grader Error: Grader feedback truncated

Hi!

I am running into Grader Error with the next prompt:

Grader Error: Grader feedback truncated

Grader feedback was truncated due to size limits. Visit the Discussion Forums to see if your peers are experiencing or have found resolutions for similar errors . If the error isn’t resolved in 24 hours, please reach out to Coursera through our Help Center.

I’ve already tried methods of deleting notebooks, updating lab to the latest version, and rebooting the server but none of them worked.

This error occurs only in one function grading

Will be glad for any help!

Did you add some print() statements to the notebook, whose output might be greatly increasing the total size of the notebook?

No, I used only those print() which were included in the notebook by default. I tried to comment all the print() but it didn’t solve the problem.

There was an update to this assignment today, which seems to have broken the grader.

Staff has been notified.

I’m having an error as well… Super frustrated, I’ve tried multiple times reviewing my code but keep getting “There was a problem compiling the code from your notebook. Details: data/image.txt not found.”

That’s the issue I reported to the course staff. That path to the image.txt file was just changed today.

There is nothing you can do about it at this time.

Hopefully they fix it quickly.

The grader issue with the data/image.txt error is reported to be fixed.

Hello! Thank you for your help. Do you know any news about grader error? (not in the case of data/image.txt)

@kras_veta. I can resume testing your notebook now that the data/image.txt issue has been resolved.

The problem is here in the T_hshear() function:
image

This code isn’t correct.

It passes the test in the notebook, but makes the grader crash when using its test case. Note that passing the tests in the notebook does not prove your code is perfect.

Hint: Where did the 0.5 come from?

I’ll submit a support ticket to have the unit test improved to catch this mistake.

1 Like

Thank you a lot!