py : fix whitespace
This commit is contained in:
parent
4f4bf35f46
commit
0f83e727af
1 changed files with 1 additions and 1 deletions
|
@ -1100,7 +1100,7 @@ class OutputFile:
|
|||
scores.append(score)
|
||||
toktypes.append(toktype)
|
||||
|
||||
assert(len(tokens) == vocab.vocab_size)
|
||||
assert len(tokens) == vocab.vocab_size
|
||||
|
||||
return tokens, scores, toktypes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue