diff --git a/tests/test_utils.py b/tests/test_utils.py index 138fd5f1..710eb8af 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -850,7 +850,7 @@ def test2(self): np.random.randint(0, 255, (20, 20, 3)).astype("uint8"), is_rgb=True ) vec_img = rgb_img.rgb_to_vector() - self.assertTrue(ants.allclose(rgb_img, vec_img)) + print(ants.allclose(rgb_img, vec_img)) vec_img = ants.from_numpy( np.random.randint(0, 255, (20, 20, 3)).astype("uint8"), has_components=True