Check your assignment and see if you’re using “members.csv” as a hard-coded file name in a scope where it may not exist.
Runtime errors that make the grader crash will throw the same error message for all functions - so it isn’t necessarily in the get_club_members() function.
When you ask the LLM to produce code for you, feed in the skeleton of the function definition as provided in coursera in the prompt, and even if the LLM changes it in its code writter for you(it did for me), rearrange it in the way it is defined in the Lab in coursera. The unittests expect that definition!
Thanks Johan for starting the thread, even I am facing the same issue with grading. Completed all the parts and struck with this assignment submission.
Really appreciate help.
Above is the issue I am facing. In C3M2_Assignment.ipynb all the test results are coming as " All tests passed!". Not sure how to solve the issue shown in the screenshot
I have completed the assignment and all the tests are coming as pass in the lab, when i submit the assignments it is giving below error even though the file present int the folder.
There was an error grading your submission. Details:
[Errno 2] No such file or directory: ‘…/members.csv’
Hi @ramanarp ,
If you have left the notebook idle for awhile, you need to rerun all the code cells.
From the top of notebook menu bar, click:
kernel → restart & clear all output
cell → run all
Make sure no error is reported, then save your notebook before submitting the assignment for grading.