Skip to content

Commit b4f3405

Browse files
committed
add symend token to input sequence
1 parent 9755fc2 commit b4f3405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annotate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def annotate_example(example, table):
4848
q2 = 'SYMWHERE ' + ' SYMAND '.join(q2) + ' SYMEND'
4949
else:
5050
q2 = 'SYMEND'
51-
inp = 'SYMSYMS {syms} SYMAGGOPS {aggops} SYMCONDOPS {condops} SYMTABLE {table} SYMQUESTION {question}'.format(
51+
inp = 'SYMSYMS {syms} SYMAGGOPS {aggops} SYMCONDOPS {condops} SYMTABLE {table} SYMQUESTION {question} SYMEND'.format(
5252
syms=' '.join(['SYM' + s for s in Query.syms]),
5353
table=' '.join(['SYMCOL ' + s for s in table['header']]),
5454
question=example['question'],

0 commit comments

Comments
 (0)