Skip to content

Commit

Permalink
Delete own debug helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKae00 committed Jan 14, 2025
1 parent 68056ec commit c0b05b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/prepare_sector_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -4612,13 +4612,10 @@ def add_enhanced_geothermal(n, egs_potentials, egs_overlap, costs):
if "snakemake" not in globals():
from _helpers import mock_snakemake

import os
os.chdir(os.path.dirname(os.path.realpath(__file__)))

snakemake = mock_snakemake(
"prepare_sector_network",
opts="",
clusters="6",
clusters="38",
ll="vopt",
sector_opts="",
planning_horizons="2030",
Expand Down

0 comments on commit c0b05b7

Please sign in to comment.