Skip to content

Commit

Permalink
chore: minor lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chohk88 committed Jan 20, 2025
1 parent 151340b commit c399fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/py/dynamo/conversion/test_deconvolution_aten.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ def forward(self, x):
enable_passes=True,
)

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

def test_deconv3d_with_dynamic_shape(self):
class TestModule(torch.nn.Module):
Expand Down

0 comments on commit c399fdd

Please sign in to comment.