diff --git a/caliGraph.py b/caliGraph.py index 42e61e3..a39db06 100755 --- a/caliGraph.py +++ b/caliGraph.py @@ -833,7 +833,7 @@ def addScoreToLabels(G): node['score'], node['se']) else: node['label'] += " (0±∞)" - if False node['t'] in ['tag']: + if False and node['t'] in ['tag']: if 'score' in node and node['score'] != None and 'se' in node: node['label'] += " ({:.1f})".format( node['score'])