Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/features/#903-desaggregate-heat-…
Browse files Browse the repository at this point in the history
…pumps' into local
  • Loading branch information
nailend committed Oct 12, 2022
2 parents 1463d80 + 1097566 commit 1ff11c5
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 98 deletions.
4 changes: 2 additions & 2 deletions src/egon/data/airflow/dags/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
from egon.data.datasets.heat_etrago.hts_etrago import HtsEtragoTable
from egon.data.datasets.heat_supply import HeatSupply
from egon.data.datasets.heat_supply.individual_heating import (
HeatPumps2035,
HeatPumps2050,
HeatPumpsPypsaEurSec,
HeatPumps2035,
)
from egon.data.datasets.hydrogen_etrago import (
HydrogenBusEtrago,
Expand Down Expand Up @@ -611,7 +611,7 @@
heat_supply,
heat_time_series,
heat_pumps_pypsa_eur_sec,
tasks["power_plants.pv-rooftop-to-buildings"]
tasks["power_plants.pv_rooftop.pv-rooftop-to-buildings"],
]
)

Expand Down
Loading

0 comments on commit 1ff11c5

Please sign in to comment.