Skip to content

make-table fails if Italy is skipped #91

@Sjors

Description

@Sjors

If you remove Italy from data/regions.csv, the model run throws an error due to these special case lines:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions