Skip to content

Commit 44e32b6

Browse files
committed
fix unittests
Signed-off-by: Shiyang Chen <[email protected]>
1 parent 6413cc4 commit 44e32b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest/trt/quantization/test_mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test_any(self):
4444

4545
def test_count(self):
4646
# Make sure the COUNT value is as expected - change that test if you add a new flag.
47-
self.assertEqual(QuantMode.COUNT.value, 1 << 17)
47+
self.assertEqual(QuantMode.COUNT.value, 1 << 18)
4848

4949
def test_from_description(self):
5050
# Test weight only.

0 commit comments

Comments
 (0)