Hello there,
I’ve started the programming assignment several days ago and now I’ve finished it. I’ve submitted my assignment but it gives 0 pts. I’ve tried to run all of the notebook cells again and submitted, yet it gives 0 pts. Can someone help me for submitting my assignment please?
The unit tests are there to help you check if there is some error in of your code. They are not the full test, but it is essential that all the unit tests are passed before submitting the assignment.
Could you post a screen shot of those failing unit tests and the error trackbacks to help diagnose what the problem might be.
For some unit tests I’ve waited for 20 mins and there were no result. I’ve tried to run them again still * sign were there. Now that I’ve restarted the kernel and tried again running the tests, they started working. And I’ve submitted the assignment, still 0 pts. Here I am sharing all unit test-results:
If the problem you’ve mentioned is “not working unit tests” then yes. I’ve restarted the kernel and run all cells in order again and it started working. For floating point issues, unfortunately I couldn’t find where I am doing wrong.
I’ve tried to use numpy as much as i can yet I’ve the problem and got 79pts. I think the problem for me is in cost function calculation. I will post here if I find any possible solution for the floating point issue.