Open jnnr opened 2 years ago
The problem is rather that the script in #93, which defines the regions as constants instead of using the regions of the data.
The problem with liion-battery
could not be reproduced.
There is a problem with the names of the regions when building the report (the expected regions are hard-coded).
TODO:
running the report: snakemake -j1 results/base/report/
@jnnr The above command results in the error [Errno 2] No such file or directory: 'scenarios/base.yml'
. Could it be that the file name in the Snakefile at line 143 is not correct? I am working on the branch fix/BE-to-B which I just created from the dev-branch, so it should be identical to the dev-branch.
@jnnr The above command results in the error
[Errno 2] No such file or directory: 'scenarios/base.yml'
. Could it be that the file name in the Snakefile at line 143 is not correct? I am working on the branch fix/BE-to-B which I just created from the dev-branch, so it should be identical to the dev-branch.
Could be connected to #144
Some of the values in the examples are not consistent with the rest. This leads to errors when plotting (e.g.
snakemake -j1 resutls/base/plotted
) Should rename to keep it work.