Skip to content

Commit ba14a31

Browse files
committed
rename + minor fix
1 parent 8c8e094 commit ba14a31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/config.de.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#run
66
run:
7-
prefix: 20250507_simple_scenarios
7+
prefix: 20250630_merge_upstream
88
name:
99
# - ExPol
1010
- KN2045_Mix

scripts/build_ptes_operations/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
import logging
5454

5555
import xarray as xr
56-
from _helpers import set_scenario_config
5756

57+
from scripts._helpers import set_scenario_config
5858
from scripts.build_ptes_operations.ptes_temperature_approximator import (
5959
PtesTemperatureApproximator,
6060
)
@@ -63,7 +63,7 @@
6363

6464
if __name__ == "__main__":
6565
if "snakemake" not in globals():
66-
from _helpers import mock_snakemake
66+
from scripts._helpers import mock_snakemake
6767

6868
snakemake = mock_snakemake(
6969
"build_ptes_operations",

0 commit comments

Comments
 (0)