1
0
Fork 0

explain better

This commit is contained in:
Mateusz Konieczny 2025-04-17 12:38:52 +02:00
parent 7362c1aff8
commit c6727b19fb

View file

@ -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)