From 6f2e088c0e35405909eaa6eab6f3f95d5a37fb48 Mon Sep 17 00:00:00 2001 From: Giuseppe Franco Date: Thu, 29 Aug 2024 12:01:30 +0100 Subject: [PATCH] precommit --- tests/brevitas/graph/test_gpxq.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/brevitas/graph/test_gpxq.py b/tests/brevitas/graph/test_gpxq.py index e938de5c6..4293b8582 100644 --- a/tests/brevitas/graph/test_gpxq.py +++ b/tests/brevitas/graph/test_gpxq.py @@ -122,7 +122,8 @@ def test_toymodels( act_order=act_order, use_quant_activations=use_quant_activations) - elif (name == 'gpfq') and (acc_bit_width < 32) and (not use_quant_activations or input_quant == 'None'): + elif (name == 'gpfq') and (acc_bit_width < 32) and (not use_quant_activations or + input_quant == 'None'): # GPFA2Q requires that the quant activations are used. GPFA2Q.single_layer_update will # raise a ValueError if GPFA2Q.quant_input is None (also see GPxQ.process_input). This will # happen when `use_quant_activations=False` or when the input to a model is not quantized