fixing how min_freq is used and more verbose writer
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user