From 12bb116f79e574443377e2396bc8ccd45e5f9a1a Mon Sep 17 00:00:00 2001 From: Eric Ringold Date: Mon, 8 Jan 2024 09:31:48 -0700 Subject: [PATCH] fix keywork arg call --- lib/openstudio-standards/hvac/cbecs_hvac.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/openstudio-standards/hvac/cbecs_hvac.rb b/lib/openstudio-standards/hvac/cbecs_hvac.rb index a8f059421c..3c7c6dfe43 100644 --- a/lib/openstudio-standards/hvac/cbecs_hvac.rb +++ b/lib/openstudio-standards/hvac/cbecs_hvac.rb @@ -437,7 +437,7 @@ def self.add_cbecs_hvac_system(model, standard, hvac_system_type, zones) when 'PVAV with gas heat with electric reheat', 'PVAV with gas coil heat with electric reheat' standard.model_add_hvac_system(self, 'PVAV Reheat', ht = 'Gas', znht = 'Electricity', cl = 'Electricity', zones, - air_loop_heating_type = 'Gas') + air_loop_heating_type: 'Gas') when 'PVAV with gas boiler heat with electric reheat' standard.model_add_hvac_system(self, 'PVAV Reheat', ht = 'Gas', znht = 'Electricity', cl = 'Electricity', zones)