-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Following the steps to recreate the paper results throws an error. To recreate the bug, run the following commands:
$ snakemake setup_paper_data -j6 --config skip_checks=True
$ cp config/model_3a/config.yaml config/config.yaml
$ snakemake --use-conda --cores 4 --resources mem_mb=16000 disk_mb=30000Snakemake will gives the error that the following files cant be found:
results/4/model_x/results/ReShare.csvEven if I remove the ReShare file from the results configuration file, the following error is raised:
ValueError: The indices provided for TotalAnnualMaxCapacity of ['GLOBAL', 'PWRCOANPLXX01'] do not correspond to the following indices specified in the csv data: ['REGION', 'TECHNOLOGY', 'YEAR']ADDITIONALLY
If I set the ReShare configuration parameter to false, the workflow still fails to run as Snakemake is still looking for the ReShare result files. So I guess that config file option is not working as expected, either :(
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels