Spaces:
Sleeping
Sleeping
Update app/internal_loads.py
Browse files- app/internal_loads.py +4 -0
app/internal_loads.py
CHANGED
@@ -881,3 +881,7 @@ def display_internal_loads_help():
|
|
881 |
* Accurate schedules are essential for proper load calculations.
|
882 |
* The summary section shows the combined effect of all internal loads.
|
883 |
""")
|
|
|
|
|
|
|
|
|
|
881 |
* Accurate schedules are essential for proper load calculations.
|
882 |
* The summary section shows the combined effect of all internal loads.
|
883 |
""")
|
884 |
+
|
885 |
+
|
886 |
+
BUILDING_TYPES = list(DEFAULT_OCCUPANCY_DENSITIES.keys())
|
887 |
+
|