check all good spaces
This commit is contained in:
parent
4aac40099a
commit
063a59006b
1 changed files with 0 additions and 2 deletions
|
@ -81,8 +81,6 @@ class Locator:
|
|||
scan_values[station_id] = 0
|
||||
good_spaces = spaces
|
||||
|
||||
good_spaces = sorted(good_spaces, key=lambda item: len(item[2]), reverse=True)[:10]
|
||||
|
||||
best_location = None
|
||||
best_score = float('inf')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue