Skip to content

Commit c399fdd

Browse files
committed
chore: minor lint issue
1 parent 151340b commit c399fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/py/dynamo/conversion/test_deconvolution_aten.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ def forward(self, x):
260260
enable_passes=True,
261261
)
262262

263-
# # Testing with (-1, -1, -1, -1, -1) results into Error:
264-
# # AssertionError: Channel dim can't be dynamic for deconvolution.
263+
# Testing with (-1, -1, -1, -1, -1) results into Error:
264+
# AssertionError: Channel dim can't be dynamic for deconvolution.
265265

266266
def test_deconv3d_with_dynamic_shape(self):
267267
class TestModule(torch.nn.Module):

0 commit comments

Comments
 (0)