diff --git a/tests/brevitas/test_brevitas_QConv2d.py b/tests/brevitas/test_brevitas_QConv2d.py
index b7e9d7756abb168846e7ffa7b3770b8d7a9a2a00..5f124690d7c1f266f074351abe690abdd3ae5a2c 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,