Skip to content

Commit 3c7a7ad

Browse files
committed
Fix typos
1 parent a5fd812 commit 3c7a7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ def test_forward_scriptability(self):
12011201
torch.jit.script(ops.DeformConv2d(in_channels=8, out_channels=8, kernel_size=3))
12021202

12031203

1204-
# NS: Removeme once bacward is implemented
1204+
# NS: Remove me once backward is implemented for MPS
12051205
def xfail_if_mps(x):
12061206
mps_xfail_param = pytest.param("mps", marks=(pytest.mark.needs_mps, pytest.mark.xfail))
12071207
new_pytestmark = []

0 commit comments

Comments
 (0)