PetKosTuni / Epidemic-model-of-COVID

Project O: Epidemic model of COVID for the course COMP.SE.610/620 Spring 2024 Software Engineering Project 1 and 2
3 stars 0 forks source link

Test convert jhu #104

Closed micheyll closed 6 months ago

micheyll commented 6 months ago

Add test functions for convert_JHU.py

I can't seem to get the tests to pass:

ValueError: time data 'Province/State' does not match format '%m/%d/%y'

Please check if there is some bug in the source code or if I just wrote bad plain tests, I'm not very good at this. :|