Skip to content

Commit 0d99735

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_transforms_v2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3171,7 +3171,6 @@ def test__get_params(self, sigma):
31713171
# "26_28_1__23_23_1.7": cv2.GaussianBlur(np_img2, ksize=(23, 23), sigmaX=1.7),
31723172
# }
31733173
REFERENCE_GAUSSIAN_BLUR_IMAGE_RESULTS = torch.load(
3174-
# Potentially unsafe `weights_only=False` is needed here.
31753174
Path(__file__).parent / "assets" / "gaussian_blur_opencv_results.pt",
31763175
weights_only=False,
31773176
)

0 commit comments

Comments
 (0)