fixed import error in data collection etl

This commit is contained in:
Khalim Conn-Kowlessar 2024-08-09 20:49:04 +01:00
parent f985f2b11c
commit 28fb19cd6c
2 changed files with 2 additions and 1 deletions

View file

@ -942,6 +942,7 @@ async def trigger_plan(body: PlanTriggerRequest):
]
recommendations[p.id] = final_recommendations
raise Exception("Finish me!!")
# # TODO: Given the default recommendations, calcualte a total kwh and cost saving for the property!!!
# default_savings = [
# {

View file

@ -7,7 +7,7 @@ import inspect
import pandas as pd
from tqdm import tqdm
from bs4 import BeautifulSoup
from training_data.epc.settings import EARLIEST_EPC_DATE
from etl.epc.settings import EARLIEST_EPC_DATE
from pathlib import Path
import numpy as np
from utils.s3 import save_pickle_to_s3