PyPSA / pypsa-eur

PyPSA-Eur: A Sector-Coupled Open Optimisation Model of the European Energy System
https://pypsa-eur.readthedocs.io/
326 stars 227 forks source link

Fix mocksnakemake #1267

Closed toniseibold closed 2 weeks ago

toniseibold commented 2 weeks ago

Mocksnakemake is not working since in heat_system.py the from scripts.definitions.heat_sector import HeatSector command is not working. By removing the scripts. both the snakemake workflow and mocksnakemake are working again.

Checklist

Since it's a minor bugfix, no major testing necessary.