From f542f9e846f50a3b9e53edabfb677b87037097b9 Mon Sep 17 00:00:00 2001 From: hannesdiedrich Date: Wed, 20 May 2026 15:28:36 +0200 Subject: [PATCH] GSYE-891: Add HeatPumpWithSorTesTankStrategy to is_heatpump_node_type for correctly calculating the KPIs of the building containing such a heatpump --- gsy_framework/sim_results/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gsy_framework/sim_results/__init__.py b/gsy_framework/sim_results/__init__.py index 1641aad3..2035ba84 100644 --- a/gsy_framework/sim_results/__init__.py +++ b/gsy_framework/sim_results/__init__.py @@ -41,6 +41,7 @@ def is_heatpump_node_type(area): "MultipleTankHeatPumpStrategy", "MultipleTankVirtualHeatpumpStrategy", "HeatPumpStrategyWithoutTanks", + "HeatPumpWithSorTesTankStrategy", ]