This commit is contained in:
Martin Wicke 2018-02-15 16:33:10 -08:00 committed by GitHub
parent 0b012956d2
commit 45a86d1aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1291,7 +1291,8 @@ class EstimatorEvaluateTest(test.TestCase):
writer_cache.FileWriterCache.clear()
# Get last evaluation Event written.
if check_eventfile_for_keyword('image', os.path.join(est.model_dir, 'eval')):
if check_eventfile_for_keyword('image',
os.path.join(est.model_dir, 'eval')):
return
self.fail('{} should be part of reported summaries.'.format('image'))