forked from s_ranjbar/city_retrofit
small error in comments
This commit is contained in:
parent
991e04e2a9
commit
1e94596e1d
|
@ -284,7 +284,6 @@ class Building(CityObject):
|
||||||
"""
|
"""
|
||||||
building monthly heating values in Watts-hour
|
building monthly heating values in Watts-hour
|
||||||
:param value: [heating demand]
|
:param value: [heating demand]
|
||||||
:return: List of float (12 values)
|
|
||||||
"""
|
"""
|
||||||
self._monthly_heating = value
|
self._monthly_heating = value
|
||||||
|
|
||||||
|
@ -301,6 +300,5 @@ class Building(CityObject):
|
||||||
"""
|
"""
|
||||||
building monthly cooling values in Watts-hour
|
building monthly cooling values in Watts-hour
|
||||||
:param value: [heating demand]
|
:param value: [heating demand]
|
||||||
:return: List of float (12 values)
|
|
||||||
"""
|
"""
|
||||||
self._monthly_cooling = value
|
self._monthly_cooling = value
|
||||||
|
|
Loading…
Reference in New Issue
Block a user