Skip to content

Commit

Permalink
dc_type to dc_types (#1013)
Browse files Browse the repository at this point in the history
* dc_type to dc_types

* change release_notes.rst
  • Loading branch information
finozzifa authored Apr 30, 2024
1 parent 3f3a32f commit edb2fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ E.g. if a new rule becomes available describe how to use it `snakemake -j1 run_t

**Minor Changes and bug-fixing**

* Minor bug-fixing to get the generalised line types work for DC lines and AC lines. `PR #1008 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1008>`__ and `PR #1011 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1011>`__
* Minor bug-fixing to get the generalised line types work for DC lines and AC lines. `PR #1008 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1008>`__ , `PR #1011 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1011>`__ and `PR #1013 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1013>`__

* Minor bug-fixing for GADM_ID format naming. `PR #980 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/980>`__, `PR #986 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/986>`__ and `PR #989 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/989>`__

Expand Down
2 changes: 1 addition & 1 deletion scripts/augmented_line_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def haversine(p):
suffix=" DC",
bus0=new_long_lines.bus0,
bus1=new_long_lines.bus1,
type=snakemake.params.lines.get("dc_type"),
type=snakemake.params.lines.get("dc_types"),
p_min_pu=-1, # network is bidirectional
p_nom_extendable=True,
p_nom_min=min_expansion_option,
Expand Down

0 comments on commit edb2fce

Please sign in to comment.