Skip to content

Commit ff2b16b

Browse files
kit1980pmeier
andauthored
Update test/test_functional_tensor.py
Co-authored-by: Philip Meier <github.pmeier@posteo.de>
1 parent 9bf162c commit ff2b16b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_functional_tensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,6 @@ def test_gaussian_blur(device, image_size, dt, ksize, sigma, fn):
10251025
# }
10261026
p = os.path.join(os.path.dirname(os.path.abspath(__file__)), "assets", "gaussian_blur_opencv_results.pt")
10271027

1028-
# Potentially unsafe `weights_only=False` is needed here.
10291028
true_cv2_results = torch.load(p, weights_only=False)
10301029

10311030
if image_size == "small":

0 commit comments

Comments
 (0)