Correct formatting in build_electricity.smk
This commit is contained in:
parent
0c7c0a8585
commit
61d565ec09
@ -428,7 +428,7 @@ rule build_line_rating:
|
||||
|
||||
def input_profile_tech(w):
|
||||
return {
|
||||
f"profile_{tech}": resources(f"profile{weather_year}_{tech}.nc")
|
||||
f"profile_{tech}": resources(f"profile{{weather_year}}_{tech}.nc")
|
||||
for tech in config_provider("electricity", "renewable_carriers")(w)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user