mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
save
This commit is contained in:
parent
f771fee1e0
commit
f05222ae5c
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ def work_out_total_floor_area(pre_site_note):
|
|||
total += add_all_floors(pre_site_note.property_description.ex3_property.dimensions) if ext3 is True else 0
|
||||
total += add_all_floors(pre_site_note.property_description.ex4_proprerty.dimensions) if ext4 is True else 0
|
||||
|
||||
|
||||
floor_area = math.ceil(total) if total%1 >=0.5 else math.floor(total)
|
||||
if 0 <= floor_area <= 72:
|
||||
return '0-72m', floor_area
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue