fixing how min_freq is used and more verbose writer

This commit is contained in:
2019-11-06 02:39:26 +01:00
parent 8fee3f8a8e
commit 1d4c0238a6
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ class Writer:
rows = []
components = structure.components
for match in colocation_ids.get_matches_for(structure):
for match in progress(colocation_ids.get_matches_for(structure), "Writing matches: {}".format(structure.id)):
if len(match) < self.min_frequency:
continue