Hi, I am having issues with the generated files (data.csv & schedule.json). The data.csv file is generated but the date is different from data_example.csv. And in schedule.json the ordering of the days is different from the schedule_example.json file.
Anyone else having similar issues and any hints on solving this? I have spent good bit of time with the LLM so far.
Also wondering what’s the point is creating these tests that are so confusing…perhaps that is for course feedback!
I didn’t even looked at the generated files. I just found the right combination of packages versions that had all the functions used inside the 3 .py files.
That approach worked. Thank you! The matching of content within the generated csv & json files and provided files wasn’t needed (as specified in the instructions).
1 Like
Both the assignments were done and submitted as per instruction. However, I find Grader Error: Grader Feedback not found!
pip freeze solved the issue. Thanks