Module 3: Assignment 2 issues (original) (raw)

October 2, 2024, 7:48pm 1

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!

joyless October 2, 2024, 8:22pm 2

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).

Both the assignments were done and submitted as per instruction. However, I find Grader Error: Grader Feedback not found!

image

pip freeze solved the issue. Thanks