瀏覽代碼

Fix tests

Kentaro Wada 8 年之前
父節點
當前提交
f071cc864e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/test_utils.py

+ 1 - 1
tests/test_utils.py

@@ -16,4 +16,4 @@ def test_img_b64_to_array():
     img_b64 = data['imageData']
     img = utils.img_b64_to_array(img_b64)
     nose.tools.assert_equal(img.dtype, np.uint8)
-    nose.tools.assert_equal(img.shape, (3024, 4032, 3))
+    nose.tools.assert_equal(img.shape, (907, 1210, 3))