Hello,
When I submitted my assignment, the grading report said that there were some errors, however they outputs evaluated by the system and the outputs from my code look different.
Hello,
When I submitted my assignment, the grading report said that there were some errors, however they outputs evaluated by the system and the outputs from my code look different.
Hey @Isabella_Drago,
Welcome, and we are glad that you could become a part of our community
The grader tests your code with different test-cases, and not just the ones given in the notebook. So, please ensure that your code is generic, and you haven’t hard-coded any variables to just pass the test-cases given inside the notebook.
Cheers,
Elemento
Hi
Thank you for the help. It turns out, I had misread the comments and forgot a couple of calculations. Will pay more attention next time