Update evaluate.py
The package ```sys``` was not imported and gives a ```NameError: name 'sys' is not defined``` in line 96 when no test_file was provided. I added the import statement.
This commit is contained in:
parent
94882fb1c9
commit
a0e528f52e
@ -4,6 +4,7 @@ from __future__ import absolute_import, division, print_function
|
|||||||
|
|
||||||
import itertools
|
import itertools
|
||||||
import json
|
import json
|
||||||
|
import sys
|
||||||
|
|
||||||
from multiprocessing import cpu_count
|
from multiprocessing import cpu_count
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user