From 79ddd648274688d9ad9845bc2e4b5555937c6f91 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 23 Nov 2023 19:44:44 +0000 Subject: [PATCH] deleted temp data from costs --- recommendations/Costs.py | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/recommendations/Costs.py b/recommendations/Costs.py index 8f54a79a..c1c9b42e 100644 --- a/recommendations/Costs.py +++ b/recommendations/Costs.py @@ -1,32 +1,5 @@ import numpy as np -# Example - delete me -from backend.Property import Property - -print("DELETE ME IN COSTS CLASS") -from epc_api.client import EpcClient - -epc_client = EpcClient(auth_token=AUTH_TOKEN) -p1 = Property( - postcode="NN1 5JY", - address1="2 South Terrace", - epc_client=epc_client, - id=0 -) - -p2 = Property( - postcode="PO12 4TY", - address1="25 Albert Street", - epc_client=epc_client, - id=0 -) - -p1.search_address_epc() -p2.search_address_epc() - -p1.set_basic_property_dimensions() -p2.set_basic_property_dimensions() - # This data comes from SPONs regional_labour_variations = [ {"Region": "Outer London (Spon’s 2023)", "Adjustment_Factor": 1.00},