When I try to follow the tutorial from Pypsa's site "https://pypsa-eur.readthedocs.io/en/latest/tutorial.html" I get an error when I try to do a dry-run for the optimization. I will say that I couldn't find the config.tutorial.yaml file, so I am using the default.config.yaml that comes with the Pypsa-Eur repository from GitHub.
$ snakemake -j 1 -n results/networks/elec_s_6_ec_lcopt_Co2L-24H.nc
IndentationError in file C:\Users\augusts\Documents\PyPSA\pypsa-eur\Snakefile, line 59: expected an indented block after 'if' statement on line 81: script:
has anyone else experienced something like this? Or is there any obvious errors in the way I am performing the operation? I am trying to get into the use of Pypsa, but I find it hard to find good, up to date, content that tells me how to acctually use it.
Thanks in advance!