[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
92df7bbb9c
commit
fdb63bc6ca
@ -326,7 +326,9 @@ if __name__ == "__main__":
|
|||||||
)
|
)
|
||||||
|
|
||||||
duration = time.time() - start
|
duration = time.time() - start
|
||||||
logger.info(f"Completed weighted capacity factor time series calculation ({duration:2.2f}s)")
|
logger.info(
|
||||||
|
f"Completed weighted capacity factor time series calculation ({duration:2.2f}s)"
|
||||||
|
)
|
||||||
|
|
||||||
logger.info(f"Calculating maximal capacity per bus (method '{p_nom_max_meth}')")
|
logger.info(f"Calculating maximal capacity per bus (method '{p_nom_max_meth}')")
|
||||||
if p_nom_max_meth == "simple":
|
if p_nom_max_meth == "simple":
|
||||||
|
Loading…
Reference in New Issue
Block a user