Skip to content

Commit

Permalink
Remove print.
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkzinzow committed Jun 21, 2023
1 parent d412894 commit 2a876ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/series/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ def test_image_pil_inference_mixed():
np.ones(24, dtype=np.uint8).reshape((3, 4, 2)) * 10, # LA
None,
]
print([arr.shape if arr is not None else None for arr in arrs])
imgs = [
Image.fromarray(arr, mode=NUM_CHANNELS_TO_MODE[arr.shape[-1] if arr.ndim == 3 else 1])
if arr is not None
Expand Down

0 comments on commit 2a876ce

Please sign in to comment.