Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Aug 24, 2023
1 parent 04c8642 commit 1f74dff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/common_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ def make_image(
num_channels = NUM_CHANNELS_MAP[color_space]
dtype = dtype or torch.uint8
max_value = get_max_value(dtype)

data = torch.testing.make_tensor(
(*batch_dims, num_channels, *size),
low=0,
Expand Down

0 comments on commit 1f74dff

Please sign in to comment.