Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Mar 11, 2018
1 parent a8b6867 commit 260352c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _unittests/ut_restapi/test_dummy_app_search_img.py
Expand Up @@ -85,7 +85,7 @@ def test_dummy_search_app_search_img(self):
self.assertIsInstance(d['Y'][0][0][1], int)
self.assertIn('name', d['Y'][0][0][2])
self.assertEqual(d['Y'][0][0][2]['name'].replace(
'\\', '/'), 'oneclass/cat-2922832__480.jpg')
'\\', '/'), 'oneclass/wolf-2865653__480.jpg')

@skipif_travis('tensorflow/python/lib/core/bfloat16.cc:664] Check failed: PyBfloat16_Type.tp_base != nullptr')
def test_dummy_error_img(self):
Expand Down

0 comments on commit 260352c

Please sign in to comment.