From 260352c78410e6c5cdd369ec4aa6e94f0f68979b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xavier=20dupr=C3=A9?= Date: Sun, 11 Mar 2018 23:21:14 +0100 Subject: [PATCH] fix unit test --- _unittests/ut_restapi/test_dummy_app_search_img.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_unittests/ut_restapi/test_dummy_app_search_img.py b/_unittests/ut_restapi/test_dummy_app_search_img.py index 779d8f3..bec9c33 100644 --- a/_unittests/ut_restapi/test_dummy_app_search_img.py +++ b/_unittests/ut_restapi/test_dummy_app_search_img.py @@ -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):