Skip to content

Commit 1401f7b

Browse files
committed
fix: Move aten.neg test case
1 parent 7a4288e commit 1401f7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/py/dynamo/converters/test_neg_aten.py renamed to tests/py/dynamo/conversion/test_neg_aten.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
from parameterized import parameterized
44
from torch.testing._internal.common_utils import run_tests
55
from torch_tensorrt import Input
6-
from torch_tensorrt.dynamo.test_utils import DispatchTestCase
6+
7+
from .harness import DispatchTestCase
78

89

910
class TestNegConverter(DispatchTestCase):

0 commit comments

Comments
 (0)