Timeout Error while grading the assignment

Hi, I have tried submitting the assignment multiple times. I get the same timeout error each time.
I am able to run the code from the notebook itself. The error occurs when I try to submit it.

[ValidateApp | ERROR] Timeout waiting for execute reply (30s).
[ValidateApp | ERROR] Interrupting kernel
Tests failed on 1 cell(s)! These tests could be hidden. Please check your submission.

It says tests failed on 1 test. One of your tasks-tests is not going through properly!

Hey, thanks for responding so quickly. I figured it out. I read the instructions again, the weight matrices “a” and “b” are not exchangeable. I was returning bx^2 + ax + c instead of ax^2 + bx + c.

1 Like