[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-03-09 11:48:00 +00:00
parent 5356feab49
commit ce6df71399
4 changed files with 11 additions and 6 deletions

View File

@ -3,7 +3,9 @@
#
# SPDX-License-Identifier: MIT
"""Prepares brownfield data from previous planning horizon."""
"""
Prepares brownfield data from previous planning horizon.
"""
import logging

View File

@ -3,7 +3,10 @@
#
# SPDX-License-Identifier: MIT
"""Adds existing power and heat generation capacities for initial planning horizon."""
"""
Adds existing power and heat generation capacities for initial planning
horizon.
"""
import logging

View File

@ -7,7 +7,7 @@
Build coefficient of performance (COP) time series for air- or ground-sourced
heat pumps.
The COP is a function of the temperature difference between
The COP is a function of the temperature difference between
source and sink.
The quadratic regression used is based on Staffell et al. (2012)

View File

@ -5,9 +5,9 @@
# SPDX-License-Identifier: MIT
"""
This script calculates the space heating savings through better
insulation of the thermal envelope of a building and corresponding costs for
different building types in different countries.
This script calculates the space heating savings through better insulation of
the thermal envelope of a building and corresponding costs for different
building types in different countries.
Methodology
-----------