diff --git a/rct229/rulesets/ashrae9012019/section6/section6rule4.py b/rct229/rulesets/ashrae9012019/section6/section6rule4.py index 8ebcafb39f..a77aa05bed 100644 --- a/rct229/rulesets/ashrae9012019/section6/section6rule4.py +++ b/rct229/rulesets/ashrae9012019/section6/section6rule4.py @@ -118,6 +118,7 @@ def get_calc_vals(self, context, data=None): )["lpd"] return { + "lighting_space_type_b": space_b.get("lighting_space_type"), "total_space_lpd_b": CalcQ("power_density", total_space_lpd_b), "space_lighting_status_type_p": space_lighting_status_type_p, "lpd_allowance_b": CalcQ("power_density", lpd_allowance_b),