Merge branch 'scenario-management' of github.com:PyPSA/pypsa-eur into scenario-management
This commit is contained in:
commit
feb0f1db19
@ -25,10 +25,7 @@ scenario{scenario_number}:
|
|||||||
|
|
||||||
# Define all possible combinations of config values.
|
# Define all possible combinations of config values.
|
||||||
# This must define all config values that are used in the template.
|
# This must define all config values that are used in the template.
|
||||||
config_values = dict(
|
config_values = dict(config_value=["true", "false"], config_value2=[1, 2, 3, 4])
|
||||||
config_value=["true", "false"],
|
|
||||||
config_value2=[1, 2, 3, 4]
|
|
||||||
)
|
|
||||||
|
|
||||||
combinations = [
|
combinations = [
|
||||||
dict(zip(config_values.keys(), values))
|
dict(zip(config_values.keys(), values))
|
||||||
|
Loading…
Reference in New Issue
Block a user