Consider duplicates cannot belong to the same website, should fix #100.

This commit is contained in:
Lucas Verney 2017-12-30 15:27:46 +01:00
parent 7196add731
commit 67d1299b15
1 changed files with 6 additions and 0 deletions

View File

@ -190,6 +190,12 @@ def deep_detect(flats_list):
if flat2["id"] in matching_flats[flat1["id"]]:
continue
if flat1["id"].split("@")[-1] == flat2["id"].split("@")[-1]:
# If the two flats are from the same website, consider they
# cannot be duplicates. See
# https://framagit.org/phyks/Flatisfy/issues/100.
continue
n_common_items = 0
try:
# They should have the same area, up to one unit