Skip to content

Configurations of sectorparameter get overwritten #30

Description

@cpschau

In build_scenarios, custom configurations of the sector parameter get overwritten within the function write_to_scenario_yaml. A check if the key already exists is required:

if "sector" not in config[scenario]:
            config[scenario]["sector"] = {}

config[scenario]["sector"] = {}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions