Fix typos
This commit is contained in:
parent
09d5ce2512
commit
65af55c22b
@ -145,7 +145,7 @@ def disable_grid_expansion_if_limit_hit(n):
|
|||||||
for name, glc in glcs.iterrows():
|
for name, glc in glcs.iterrows():
|
||||||
total_expansion = (
|
total_expansion = (
|
||||||
(
|
(
|
||||||
n.lines.query("p_nom_extendable")
|
n.lines.query("s_nom_extendable")
|
||||||
.eval(f"s_nom_min * {cols[limit_type]}")
|
.eval(f"s_nom_min * {cols[limit_type]}")
|
||||||
.sum()
|
.sum()
|
||||||
)
|
)
|
||||||
|
@ -26,7 +26,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
version = snakemake.params.version
|
version = snakemake.params.version
|
||||||
if "/" in version:
|
if "/" in version:
|
||||||
baseurl = f"https://raw.githubusercontent.com/{version}/outputs"
|
baseurl = f"https://raw.githubusercontent.com/{version}/outputs/"
|
||||||
else:
|
else:
|
||||||
baseurl = f"https://raw.githubusercontent.com/PyPSA/technology-data/{version}/outputs/"
|
baseurl = f"https://raw.githubusercontent.com/PyPSA/technology-data/{version}/outputs/"
|
||||||
filepath = Path(snakemake.output[0])
|
filepath = Path(snakemake.output[0])
|
||||||
|
Loading…
Reference in New Issue
Block a user