File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
scripts/build_ptes_operations Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#run
66run :
7- prefix : 20250507_simple_scenarios
7+ prefix : 20250630_merge_upstream
88 name :
99 # - ExPol
1010 - KN2045_Mix
Original file line number Diff line number Diff line change 5353import logging
5454
5555import xarray as xr
56- from _helpers import set_scenario_config
5756
57+ from scripts ._helpers import set_scenario_config
5858from scripts .build_ptes_operations .ptes_temperature_approximator import (
5959 PtesTemperatureApproximator ,
6060)
6363
6464if __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" ,
You can’t perform that action at this time.
0 commit comments