From 1f74dff49ff484c9d7fea1d1704fe2304c3c5205 Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Thu, 24 Aug 2023 10:32:54 +0200 Subject: [PATCH] cleanup --- test/common_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/common_utils.py b/test/common_utils.py index 45b7453ada4..61f06994801 100644 --- a/test/common_utils.py +++ b/test/common_utils.py @@ -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,