-
Notifications
You must be signed in to change notification settings - Fork 277
Open
Description
If you remove Italy from data/regions.csv, the model run throws an error due to these special case lines:
Lines 10 to 11 in 865806f
| dates_italy <- dates[[which(countries == "Italy")]] | |
| len_dates <- length(dates_italy) |
That should be easy to prevent by checking if "Italy" is in countries.
There's also some special case code for the UK.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels