Spaces:
Sleeping
Sleeping
Update app/internal_loads.py
Browse files- app/internal_loads.py +1 -1
app/internal_loads.py
CHANGED
@@ -223,7 +223,7 @@ def display_people_tab():
|
|
223 |
"clo_winter": clo_winter,
|
224 |
"schedule": schedule,
|
225 |
"sensible_heat_per_person": (activity_data["sensible_min_w"] + activity_data["sensible_max_w"]) / 2,
|
226 |
-
"latent_heat_per_person": (activity_data["
|
227 |
"total_sensible_heat": num_people * (activity_data["sensible_min_w"] + activity_data["sensible_max_w"]) / 2,
|
228 |
"total_latent_heat": num_people * (activity_data["latent_min_w"] + activity_data["latent_max_w"]) / 2
|
229 |
}
|
|
|
223 |
"clo_winter": clo_winter,
|
224 |
"schedule": schedule,
|
225 |
"sensible_heat_per_person": (activity_data["sensible_min_w"] + activity_data["sensible_max_w"]) / 2,
|
226 |
+
"latent_heat_per_person": (activity_data["latent_min_w"] + activity_data["latent_max_w"]) / 2,
|
227 |
"total_sensible_heat": num_people * (activity_data["sensible_min_w"] + activity_data["sensible_max_w"]) / 2,
|
228 |
"total_latent_heat": num_people * (activity_data["latent_min_w"] + activity_data["latent_max_w"]) / 2
|
229 |
}
|