partial correction for persistence
IMPORTANT: This version neec top be checked for meb import as seems that the cooling and heating demand aren't imported properly.
This commit is contained in:
parent
cfb76a9ebd
commit
6551eb6402
|
@ -31,7 +31,7 @@ class ResultFactory:
|
||||||
self._handler = '_' + handler.lower().replace(' ', '_')
|
self._handler = '_' + handler.lower().replace(' ', '_')
|
||||||
validate_import_export_type(ResultFactory, handler)
|
validate_import_export_type(ResultFactory, handler)
|
||||||
self._city = city
|
self._city = city
|
||||||
self._base_path = base_path
|
self._base_path = Path(base_path)
|
||||||
self._hp_model = hp_model
|
self._hp_model = hp_model
|
||||||
|
|
||||||
def _sra(self):
|
def _sra(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user