rl-institut / oemof-B3

An open-source energy system model for Brandenburg/Berlin.
https://oemof-b3.readthedocs.io/
GNU Affero General Public License v3.0
9 stars 5 forks source link

Windows issue with snakemake is perhaps resolved #318

Closed monika-o closed 1 year ago

monika-o commented 1 year ago

In the docs in the section "Snakemake on Windows" it says:

"When running snakemake with output files in subfolders on Windows with

snakemake -j

a MissingRuleException is raised. The process is unable to specify the output files in subfolders. This bug is an open issue in snakemake."

This issue is closed now (since June 2021). It should be tested whether the problem has been resolved.

Stefanie08 commented 1 year ago

Comparing the run of the rule snakemake -j<NUMBER_OF_CPU_CORES> with the workaround of Issue https://github.com/rl-institut/oemof-B3/issues/26, with snakemake snakemake -j<NUMBER_OF_CPU_CORES> --keep-target-files, the same output is generated. Therefore, this issue can be closed.