Skip to content

Commit

Permalink
Merge branch 'dev' into features/#474-insert-hydrogen-infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Oct 19, 2021
2 parents 5a15a7e + 73865d0 commit f72ea73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -296,4 +296,6 @@ Bug fixes
`#414 <https://github.com/openego/eGon-data/issues/414>`_
* Exchange bus 0 and bus 1 in Power-to-H2 links
`#458 <https://github.com/openego/eGon-data/issues/458>`_
* Add `data_bundle` to `industrial_sites` task dependencies
`#468 <https://github.com/openego/eGon-data/issues/468>`_

4 changes: 2 additions & 2 deletions src/egon/data/airflow/dags/pipeline.py
Expand Up @@ -413,7 +413,7 @@
# Industry

industrial_sites = MergeIndustrialSites(
dependencies=[setup, vg250_clean_and_prepare]
dependencies=[setup, vg250_clean_and_prepare, data_bundle]
)

demand_curves_industry = IndustrialDemandCurves(
Expand Down Expand Up @@ -474,7 +474,7 @@

# Heat time Series
heat_time_series = HeatTimeSeries(
dependencies = [data_bundle,demandregio,heat_demand_Germany, import_district_heating_areas,
dependencies = [data_bundle,demandregio,heat_demand_Germany, import_district_heating_areas,
import_district_heating_areas,vg250,
map_zensus_grid_districts])

0 comments on commit f72ea73

Please sign in to comment.