mirror of
https://codeberg.org/matkoniecz/list_how_openstreetmap_can_be_improved_with_alltheplaces_data.git
synced 2025-05-12 20:53:08 +02:00
explain better
This commit is contained in:
parent
7362c1aff8
commit
c6727b19fb
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ class MatchingTests(unittest.TestCase):
|
|||
osm_data = [MatchingTests.package_tags_into_mock(osm_tags)]
|
||||
matches = matcher.get_matches(osm_data, atp_data)
|
||||
if debug:
|
||||
# this recreates matcher.get_matches but has some extra logging that is supposed to make deubugging easier
|
||||
# when test fail for some reason
|
||||
print()
|
||||
# based on matcher.get_matches internals
|
||||
filter_names = matcher.get_filter_names_from_atp_dataset(atp_data)
|
||||
|
|
Loading…
Add table
Reference in a new issue