[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
5356feab49
commit
ce6df71399
@ -3,7 +3,9 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""Prepares brownfield data from previous planning horizon."""
|
"""
|
||||||
|
Prepares brownfield data from previous planning horizon.
|
||||||
|
"""
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
@ -3,7 +3,10 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# 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
|
import logging
|
||||||
|
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""
|
"""
|
||||||
This script calculates the space heating savings through better
|
This script calculates the space heating savings through better insulation of
|
||||||
insulation of the thermal envelope of a building and corresponding costs for
|
the thermal envelope of a building and corresponding costs for different
|
||||||
different building types in different countries.
|
building types in different countries.
|
||||||
|
|
||||||
Methodology
|
Methodology
|
||||||
-----------
|
-----------
|
||||||
|
Loading…
Reference in New Issue
Block a user