Skip to content

Commit

Permalink
Update TensorFlow engine unittest.
Browse files Browse the repository at this point in the history
Signed-off-by: Bofu Chen (bafu) <bofu@dt42.io>
  • Loading branch information
bafu committed Feb 17, 2018
1 parent ae90912 commit b75082f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_tensorflow_engine.py
Expand Up @@ -19,6 +19,7 @@ def test_engine(self):
cv2.imread(jpg_filepath),
cv2.COLOR_BGR2RGB)
tfe.process_output(tfe.inference(tfe.process_input(rgb_array)))
tfe.process_output(tfe.inference(tfe.process_input(rgb_array)))
#self.assertEqual('foo'.upper(), 'FOO')

#def test_isupper(self):
Expand Down

0 comments on commit b75082f

Please sign in to comment.