Week4 Assignment 2 - Coursera Grader Failing and Timeout

Having an issue with the last submission. The code executes and passes in the JupyterNotebook but when submitted it times out and fails (on two of the initialization cells). Any ideas?

Welcome to the community!

Please post a screen capture image that shows the detailed grader feedback.

Also check your code to see if you added any print() statements for debugging, which might be clogging up the kernel’s pipeline during grading.

1 Like

Thanks TMosh. I think I may have figured it out. Moved a cell down by accident in the notebook. Going to try that again and submit.

1 Like

That was it :slight_smile:

Good news!