Merge branch 'scenario-management' of github.com:PyPSA/pypsa-eur into scenario-management

This commit is contained in:
Fabian Neumann 2024-02-18 11:49:05 +01:00
commit feb0f1db19

View File

@ -25,10 +25,7 @@ scenario{scenario_number}:
# Define all possible combinations of config values.
# This must define all config values that are used in the template.
config_values = dict(
config_value=["true", "false"],
config_value2=[1, 2, 3, 4]
)
config_values = dict(config_value=["true", "false"], config_value2=[1, 2, 3, 4])
combinations = [
dict(zip(config_values.keys(), values))