From 0ddc6a50de114720633a0d8811d7e53424d32810 Mon Sep 17 00:00:00 2001
From: Yaman Umuroglu <maltanar@gmail.com>
Date: Thu, 29 Apr 2021 14:55:31 +0100
Subject: [PATCH] [Test] remove obsolete keywords from Brevitas QConv2d test

---
 tests/brevitas/test_brevitas_QConv2d.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/brevitas/test_brevitas_QConv2d.py b/tests/brevitas/test_brevitas_QConv2d.py
index b7e9d7756..5f124690d 100644
--- a/tests/brevitas/test_brevitas_QConv2d.py
+++ b/tests/brevitas/test_brevitas_QConv2d.py
@@ -76,8 +76,6 @@ def test_brevitas_QConv2d(dw, bias, in_channels):
         stride=stride,
         bias=bias,
         bias_quant_type=QuantType.FP,
-        compute_output_bit_width=False,
-        compute_output_scale=False,
         weight_bit_width=4,
         weight_quant_type=QuantType.INT,
         weight_scaling_impl_type=ScalingImplType.STATS,
-- 
GitLab