You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running snakemake with outputfiles in subfolders on Windows with snakemake -j<NUMBER_OF_CPU_CORES>
a MissingRuleException is raised. The process is unable to specify the output files in subfolders. This bug has been descibed here snakemake/snakemake#46
The current workaround described in pypsa-eur (https://pypsa-eur.readthedocs.io/en/latest/tutorial.html?highlight=windows#how-to-use-the-snakemake-rules) is to run snakemake with the flag --keep-target-files to the command. snakemake -j<NUMBER_OF_CPU_CORES> --keep-target-files
This bug has been described here already: snakemake/snakemake#46
The current workaround described in pypsa-eur (https://pypsa-eur.readthedocs.io/en/latest/tutorial.html?highlight=windows#how-to-use-the-snakemake-rules) is to run snakemake with the flag
--keep-target-files
.TODO: Add this to oemof-B3's docs.
The text was updated successfully, but these errors were encountered: