Skip to content

Commit

Permalink
revert name
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Aug 24, 2023
1 parent 6056621 commit 194a758
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_transforms_v2_refactored.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,8 +770,7 @@ def test_kernel_image_memory_format_consistency(

self._check_stride(output, memory_format=memory_format)

def test_no_regression_7667(self):
# Checks that float16 images are not rounded
def test_float16_no_rounding(self):
# See https://github.com/pytorch/vision/issues/7667

input = make_image_tensor(self.INPUT_SIZE, dtype=torch.float16)
Expand Down

0 comments on commit 194a758

Please sign in to comment.