Kentaro Wada 8 ani în urmă
părinte
comite
f071cc864e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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))