Syntax Bug fixed
This commit is contained in:
parent
e45423aaa4
commit
73c7e5e6c2
@ -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'])
|
||||
|
Loading…
Reference in New Issue
Block a user