diff --git a/rct229/rulesets/ashrae9012019/section19/section19rule2.py b/rct229/rulesets/ashrae9012019/section19/section19rule2.py index 5ddecd3761..9663d453a1 100644 --- a/rct229/rulesets/ashrae9012019/section19/section19rule2.py +++ b/rct229/rulesets/ashrae9012019/section19/section19rule2.py @@ -101,7 +101,7 @@ def create_data(self, context, data): CHW_fluid_loop_list.append(chilled_water_loop_b) if chilled_water_loop_b in find_all( - f'$.fluid_loops[*][?(@.cooling_loop = "{FLUID_LOOP.COOLING}")]', + f'$.fluid_loops[*][?(@.type = "{FLUID_LOOP.COOLING}")].id', rmd_b, ): chiller_b = find_one_with_field_value(