deleted temp data from costs

This commit is contained in:
Khalim Conn-Kowlessar 2023-11-23 19:44:44 +00:00
parent b8ae345076
commit 79ddd64827

View file

@ -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 (Spons 2023)", "Adjustment_Factor": 1.00},