[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
2664e68ad9
commit
d273de8600
@ -91,6 +91,7 @@ class CentralHeatingCopApproximator(BaseCopApproximator):
|
||||
) -> Union[xr.DataArray, np.array]:
|
||||
Calculate the ratio of evaporation to compression work based on approximation.
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
forward_temperature_celsius: Union[xr.DataArray, np.array],
|
||||
|
@ -70,7 +70,8 @@ class DecentralHeatingCopApproximator(BaseCopApproximator):
|
||||
|
||||
def approximate_cop(self) -> Union[xr.DataArray, np.array]:
|
||||
"""
|
||||
Compute the COP values using quadratic regression for air-/ground-source heat pumps.
|
||||
Compute the COP values using quadratic regression for air-/ground-
|
||||
source heat pumps.
|
||||
|
||||
Returns
|
||||
-------
|
||||
|
Loading…
Reference in New Issue
Block a user