-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels