mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
deleted temp data from costs
This commit is contained in:
parent
b8ae345076
commit
79ddd64827
1 changed files with 0 additions and 27 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue