Skip to content
Snippets Groups Projects
Commit aa076854 authored by Yoann Dufresne's avatar Yoann Dufresne
Browse files

bugfix: ligh-print

parent 66b8ee72
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ def print_summary(frequencies, neighborhood, light_print=False, file_pointer=sys ...@@ -113,7 +113,7 @@ def print_summary(frequencies, neighborhood, light_print=False, file_pointer=sys
if len(neighborhood[node]) != 2: if len(neighborhood[node]) != 2:
neighborhood_ok = False neighborhood_ok = False
if light_print and (obs==the or not neighborhood_ok): if light_print and obs==the and neighborhood_ok:
continue continue
print(result, file=file_pointer) print(result, file=file_pointer)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment