Commit ae2585d9 authored by Myle Ott's avatar Myle Ott
Browse files

Fix tests

parent 1b5a498c
......@@ -103,6 +103,7 @@ class TestBinaries(unittest.TestCase):
generate.main(generate_args)
# evaluate model interactively
generate_args.buffer_size = 0
generate_args.max_sentences = None
orig_stdin = sys.stdin
sys.stdin = StringIO('h e l l o\n')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment