Spaces:
Sleeping
Sleeping
Update utils/cooling_load.py
Browse files- utils/cooling_load.py +1 -1
utils/cooling_load.py
CHANGED
|
@@ -15,7 +15,7 @@ from data.ashrae_tables import ASHRAETables
|
|
| 15 |
from utils.heat_transfer import HeatTransferCalculations
|
| 16 |
from utils.psychrometrics import Psychrometrics
|
| 17 |
from app.component_selection import Wall, Roof, Window, Door, Orientation
|
| 18 |
-
from drapery import Drapery
|
| 19 |
|
| 20 |
# Set up logging
|
| 21 |
logging.basicConfig(level=logging.INFO)
|
|
|
|
| 15 |
from utils.heat_transfer import HeatTransferCalculations
|
| 16 |
from utils.psychrometrics import Psychrometrics
|
| 17 |
from app.component_selection import Wall, Roof, Window, Door, Orientation
|
| 18 |
+
from data.drapery import Drapery
|
| 19 |
|
| 20 |
# Set up logging
|
| 21 |
logging.basicConfig(level=logging.INFO)
|