Skip to content

Commit d1e22ae

Browse files
authored
Fix formatting error
1 parent 2e4f4b0 commit d1e22ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/optim/param/test_transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def test_random_rotation_forward_exact_nearest_reflection(self) -> None:
166166
if torch.__version__ <= "1.2.0":
167167
raise unittest.SkipTest(
168168
"Skipping RandomRotation forward due exact nearest relfection"
169-
+" to insufficient Torch version."
169+
+ " to insufficient Torch version."
170170
)
171171
rotation_module = transforms.RandomRotation(
172172
[45.0], mode="nearest", padding_mode="reflection"

0 commit comments

Comments
 (0)