Skip to content

Commit 8ca9239

Browse files
committed
missed one print statement
1 parent dcfe518 commit 8ca9239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/rnnslu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def get_perf(filename, folder):
141141
break
142142
# To help debug
143143
if out is None:
144-
print stdout.split('\n')
144+
print(stdout.split('\n'))
145145
precision = float(out[6][:-2])
146146
recall = float(out[8][:-2])
147147
f1score = float(out[10])

0 commit comments

Comments
 (0)