mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
data prep for model call
This commit is contained in:
parent
00c35bf8cf
commit
ade3e3947a
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ async def trigger_plan(body: PlanTriggerRequest):
|
|||
recommendations = {}
|
||||
recommendations_scoring_data = []
|
||||
|
||||
for p in tqdm(input_properties):
|
||||
for p in input_properties:
|
||||
property_recommendations = []
|
||||
|
||||
# Property recommendations
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue