Update test_py_reader_using_executor.py

fix-develop-build.sh
Jiabin Yang 7 years ago committed by GitHub
parent 36d6e44681
commit d41176411f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,7 +97,7 @@ class TestPyReaderUsingExecutor(unittest.TestCase):
def test(self):
for use_cuda in ([False, True]
if core.core.is_compiled_with_cuda() else [False]):
if core.is_compiled_with_cuda() else [False]):
for use_parallel_executor in [False, True]:
for use_double_buffer in [False, True]:
print('Test Parameters:'),

Loading…
Cancel
Save