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

Give UserWarning that report is not possible for windows user #340

Closed MaGering closed 12 months ago

MaGering commented 12 months ago

Resolves #339

With this PR the report is build for Linux or Darwin system users. For windows users a UserWarning is printed that the report can't be build for windows users yet. For all other systems (e.g. Java) a UserWarning is printed that the report can't be build for their system.

MaGering commented 12 months ago

Outdated: Again checks not working due to problem described in my comment here. Hence this PR should be merged after https://github.com/rl-institut/oemof-B3/pull/336.

Checks pass as of the state of commit https://github.com/rl-institut/oemof-B3/pull/340/commits/e109ed49db82f0dd9716fbd13146f6708657e383.

MaGering commented 12 months ago

Ready for your review @Stefanie08!

To be checked for all scenarios with

snakemake -j1 results/2050-80-el_eff/report/
snakemake -j1 results/2050-80-gas_moreCH4/report/
snakemake -j1 results/2050-95-el_eff/report/
snakemake -j1 results/2050-95-gas_moreCH4/report/
snakemake -j1 results/2050-100-el_eff/report/
snakemake -j1 results/2050-100-gas_moreCH4/report/

Thanks!