prepare_network: fix typo
This commit is contained in:
parent
3343394c65
commit
e88b57f422
@ -345,10 +345,10 @@ if __name__ == "__main__":
|
||||
|
||||
set_line_nom_max(
|
||||
n,
|
||||
s_nom_max_set=snakemake.config["lines"]["s_nom_max,"],
|
||||
p_nom_max_set=snakemake.config["links"]["p_nom_max,"],
|
||||
s_nom_max_ext=snakemake.config["lines"]["max_extension,"],
|
||||
p_nom_max_ext=snakemake.config["links"]["max_extension,"],
|
||||
s_nom_max_set=snakemake.config["lines"]["s_nom_max"],
|
||||
p_nom_max_set=snakemake.config["links"]["p_nom_max"],
|
||||
s_nom_max_ext=snakemake.config["lines"]["max_extension"],
|
||||
p_nom_max_ext=snakemake.config["links"]["max_extension"],
|
||||
)
|
||||
|
||||
if "ATK" in opts:
|
||||
|
Loading…
Reference in New Issue
Block a user