bugfix: remove also retrofitted H2 network
This commit is contained in:
parent
510ef20937
commit
4e3314acd8
@ -2357,7 +2357,7 @@ def decentral(n):
|
||||
|
||||
def remove_h2_network(n):
|
||||
|
||||
n.links.drop(n.links.index[n.links.carrier == "H2 pipeline"], inplace=True)
|
||||
n.links.drop(n.links.index[n.links.carrier.str.contains("H2 pipeline")], inplace=True)
|
||||
|
||||
if "EU H2 Store" in n.stores.index:
|
||||
n.stores.drop("EU H2 Store", inplace=True)
|
||||
|
Loading…
Reference in New Issue
Block a user