Replacing int32 by intp

This commit is contained in:
Ankit Agrawal
2013-08-09 00:44:18 +05:30
parent 62eb4ef998
commit 1bd261c23f
+1 -1
View File
@@ -44,7 +44,7 @@ def test_censure_keypoints_moon_image_Octagon():
[356, 239],
[463, 116]])
expected_scale = np.array([3, 4, 2, 2, 2], dtype=np.int32)
expected_scale = np.array([3, 4, 2, 2, 2], dtype=np.intp)
assert_array_equal(expected_kp_Octagon, actual_kp_Octagon)
assert_array_equal(expected_scale, actual_scale)