mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Adding floor edge case
This commit is contained in:
parent
f3f04de344
commit
98272b9de4
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class FloorAttributes(Definitions):
|
|||
# For the short term, while we are still exploring the data, we maintain a list of error cases which
|
||||
# we want to ignore and consider as no data.
|
||||
|
||||
OBSERVED_ERRORS = ["Conservatory"]
|
||||
OBSERVED_ERRORS = ["Conservatory", "insulated"]
|
||||
|
||||
WELSH_TEXT = {
|
||||
"(anheddiad arall islaw)": "(another dwelling below)",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue