Skip to content

Commit

Permalink
Merge pull request #828 from openego/fix/gasmodeling-pipeline-depende…
Browse files Browse the repository at this point in the history
…ncy-issue

Add dependency to H2-CH4 link generation
  • Loading branch information
AmeliaNadal committed Aug 9, 2022
2 parents 513bf72 + 770b982 commit 3d83ed4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/egon/data/airflow/dags/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,10 @@

# Link between methane grid and respective hydrogen buses
insert_h2_to_ch4_grid_links = HydrogenMethaneLinkEtrago(
dependencies=h2_infrastructure
dependencies=[
h2_infrastructure,
insert_power_to_h2_installations
]
)

# Create gas voronoi eGon100RE
Expand Down

0 comments on commit 3d83ed4

Please sign in to comment.