Skip to content

GBR can only be executed with a EU country #33

@marcelaconfig

Description

@marcelaconfig

We should have the option to run the data processing for GBR only (and all other countries would be RoW). However, trying to run the data processing as:

# Configure data preprocessing
data_config = default_data_configuration(
    countries=["GBR"], proxy_country_dict=None
)

It returns an error:
/macro_data/configuration_utils.py", line 135, in create_country_configurations
raise ValueError("Non-EU countries must have a proxy country. Please provide a proxy country dictionary.")
ValueError: Non-EU countries must have a proxy country. Please provide a proxy country dictionary.

Metadata

Metadata

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