Skip to content

Commit f05849d

Browse files
committed
fix test lints
1 parent 009fed4 commit f05849d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backends/xnnpack/test/passes/test_decompose_cat_pass.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_qs8_cat_gt_5(self):
8686
.run_method_and_compare_outputs()
8787
)
8888

89-
def test_cat_gt_10(self):
89+
def test_qs8_cat_gt_10(self):
9090
inputs = [
9191
torch.randn(1, 2, 3),
9292
]
@@ -99,6 +99,7 @@ def test_cat_gt_10(self):
9999
num_cats += math.ceil((len(inputs) - 5) / 4)
100100
(
101101
Tester(self.Cat(), tuple(inputs))
102+
.quantize()
102103
.export()
103104
.to_edge()
104105
.check_count({self.cat_name: 1})

0 commit comments

Comments
 (0)