Skip to content

Commit

Permalink
Update test/test_transforms_v2.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Meier <[email protected]>
  • Loading branch information
kit1980 and pmeier committed Dec 14, 2023
1 parent e866182 commit 2255c4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_transforms_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3176,7 +3176,6 @@ def test__get_params(self, sigma):
# "26_28_1__23_23_1.7": cv2.GaussianBlur(np_img2, ksize=(23, 23), sigmaX=1.7),
# }
REFERENCE_GAUSSIAN_BLUR_IMAGE_RESULTS = torch.load(
# Potentially unsafe `weights_only=False` is needed here.
Path(__file__).parent / "assets" / "gaussian_blur_opencv_results.pt",
weights_only=False,
)
Expand Down

0 comments on commit 2255c4a

Please sign in to comment.