Open khelfen opened 1 day ago
I have not started a new run for a couple of months, but I remember that we once had similar problems. @CarlosEpia: Do you know if that was fixed?
I think we faced that problem at some point. Since we always work with powerd-data by creating the egon-data.configuration.yaml in advance, the required changes were probably never done.
Description
Using the CLI parameter
--scenarios
results in broken DAGs due to incorrect conversion of the parameter intoegon-data.configuration.yaml
. This causes the following error:Error Message
Cause
The parameter
--scenarios
is being incorrectly written into the YAML file as:Expected Behavior
The parameter should be correctly translated into YAML as:
Steps to Reproduce
Impact
Proposed Solution
Adjust the conversion logic to ensure the
--scenarios
parameter is written into the YAML file in the correct format.