mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fixed import error in data collection etl
This commit is contained in:
parent
f985f2b11c
commit
28fb19cd6c
2 changed files with 2 additions and 1 deletions
|
|
@ -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 = [
|
||||
# {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue