MunchDev / EpidemicVisualiser

MIT License
1 stars 0 forks source link

[BUG] IndexError for all dates after deleting cache #3

Closed MunchDev closed 4 years ago

MunchDev commented 4 years ago

Expected Behavior

Function parse_data in csv_processor.py should be able to parse downloaded data, not just read from cache.

Current Behavior

IndexError occurs when trying to parse newly downloaded data. Format check with the new csv files are okay.

Possible Solution

Suspected there are errors in function parse_data (line 22-32), when parsing and collating data.

Steps to Reproduce

Delete cache folder and try to run cell

Context (Environment)

Detailed Description

Possible Implementation

MunchDev commented 4 years ago

Commit 338f90f fixed this issue.