mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
debugging epc descriptions
This commit is contained in:
parent
fb3fef5a4a
commit
ceb003ec7a
1 changed files with 5 additions and 0 deletions
|
|
@ -166,6 +166,11 @@ class MainHeatAttributes(Definitions):
|
||||||
self.is_edge_case = True
|
self.is_edge_case = True
|
||||||
return
|
return
|
||||||
|
|
||||||
|
if self.description == ', mains gas':
|
||||||
|
self.edge_case_result['has_mains_gas'] = True
|
||||||
|
self.is_edge_case = True
|
||||||
|
return
|
||||||
|
|
||||||
if self.description == 'community, community':
|
if self.description == 'community, community':
|
||||||
self.edge_case_result['has_community_scheme'] = True
|
self.edge_case_result['has_community_scheme'] = True
|
||||||
self.is_edge_case = True
|
self.is_edge_case = True
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue