coursera is not letting me pass assignment 4
submitted the assignment got 81% edited it second time it doesn’t grade my assignment the cells doesnt run.
shows this when the output is correct and all test are passed.
coursera is not letting me pass assignment 4
submitted the assignment got 81% edited it second time it doesn’t grade my assignment the cells doesnt run.
shows this when the output is correct and all test are passed.
There is some kind of syntax error in your notebook that prevents the grader from running any of your functions, so you get 0 for everything. Are you sure you scanned through the whole notebook and that everything runs successfully when you run the tests for yourself?
To make sure please do this:
Kernel -> Restart and Clear Output
Cell -> Run All
then carefully scan through everything and make sure no errors are thrown anywhere in the notebook.
Also when you submit, please try it this way:
Kernel -> Restart and Clear Output
Save
Submit
and see if that makes a difference.
the cells dont run
It says there is a syntax error preventing it from compiling, perhaps you have changed a non-graded cell!
It might be worth trying to save this copy under a different name and get a new fresh copy with the question mark at the top right corner → Get Latest version and then refilling in the solutions in the graded cells, then resubmitting again.