Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed May 11, 2024
1 parent 2fefb78 commit b67f896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b67f896

Please sign in to comment.