Skip to content

Commit 3b45c80

Browse files
committed
chore: Linter fixes
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent dd3af24 commit 3b45c80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def run_trt_compatibility_tests(session):
269269
session.chdir(os.path.join(TOP_DIR, "tests/py"))
270270
tests = [
271271
"integrations/test_trt_intercompatibility.py",
272-
#"ptq/test_ptq_trt_calibrator.py",
272+
# "ptq/test_ptq_trt_calibrator.py",
273273
]
274274
for test in tests:
275275
if USE_HOST_DEPS:

tests/core/conversion/converters/test_select.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ TEST(Converters, ScatterValueConvertsCorrectly) {
865865
%5 : NoneType = prim::Constant()
866866
%6 : bool = prim::Constant[value=0]()
867867
%7 : int = prim::Constant[value=4]()
868-
%index : Tensor = aten::to(%index.1, %7, %6, %6, %5)
868+
%index : Tensor = aten::to(%index.1, %7, %6, %6, %5)
869869
%10 : Tensor = aten::scatter(%data, %dim, %index, %value)
870870
return (%10))IR";
871871

@@ -900,7 +900,7 @@ TEST(Converters, ScatterSrcConvertsCorrectly) {
900900
%5 : NoneType = prim::Constant()
901901
%6 : bool = prim::Constant[value=0]()
902902
%7 : int = prim::Constant[value=4]()
903-
%index : Tensor = aten::to(%index.1, %7, %6, %6, %5)
903+
%index : Tensor = aten::to(%index.1, %7, %6, %6, %5)
904904
%10 : Tensor = aten::scatter(%data, %dim, %index, %src)
905905
return (%10))IR";
906906

0 commit comments

Comments
 (0)