Skip to content

Commit

Permalink
Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvini121 authored Oct 28, 2024
1 parent 4afdadb commit 8614927
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions models/Heat_Cool_Load_Predictor/cool_model_predict.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from model import cool_load_prediction
from models.Heat_Cool_Load_Predictor.model import cool_load_prediction

def get_cool_prediction(relative_compactness, surface_area, wall_area, roof_area, overall_height, orientation, glazing_area, glazing_area_distribution):
return cool_load_prediction(relative_compactness, surface_area, wall_area, roof_area, overall_height, orientation, glazing_area, glazing_area_distribution)


0 comments on commit 8614927

Please sign in to comment.