mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
reduce importance when computed from search rank
This commit is contained in:
@@ -77,7 +77,7 @@ def test_search_details_minimal():
|
||||
'admin_level': 15,
|
||||
'names': {},
|
||||
'localname': '',
|
||||
'calculated_importance': pytest.approx(0.0000001),
|
||||
'calculated_importance': pytest.approx(0.00001),
|
||||
'rank_address': 30,
|
||||
'rank_search': 30,
|
||||
'isarea': False,
|
||||
|
||||
Reference in New Issue
Block a user