Syntax Bug fixed
This commit is contained in:
parent
e45423aaa4
commit
73c7e5e6c2
@ -833,7 +833,7 @@ def addScoreToLabels(G):
|
|||||||
node['score'], node['se'])
|
node['score'], node['se'])
|
||||||
else:
|
else:
|
||||||
node['label'] += " (0±∞)"
|
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:
|
if 'score' in node and node['score'] != None and 'se' in node:
|
||||||
node['label'] += " ({:.1f})".format(
|
node['label'] += " ({:.1f})".format(
|
||||||
node['score'])
|
node['score'])
|
||||||
|
Loading…
Reference in New Issue
Block a user