From 6551eb64020391f9cbab91bd4a6e9473d093447a Mon Sep 17 00:00:00 2001 From: guille Date: Tue, 29 Aug 2023 05:55:40 +0200 Subject: [PATCH] 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. --- hub/imports/results_factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/imports/results_factory.py b/hub/imports/results_factory.py index c5f092b1..c277b122 100644 --- a/hub/imports/results_factory.py +++ b/hub/imports/results_factory.py @@ -31,7 +31,7 @@ class ResultFactory: self._handler = '_' + handler.lower().replace(' ', '_') validate_import_export_type(ResultFactory, handler) self._city = city - self._base_path = base_path + self._base_path = Path(base_path) self._hp_model = hp_model def _sra(self):