From 0a1c4ca163e4f8fed5bdb60276481102882c7bb7 Mon Sep 17 00:00:00 2001 From: youben11 Date: Tue, 5 Nov 2024 12:35:38 +0100 Subject: [PATCH] chore(frontend): remove duplicate test --- frontends/concrete-python/tests/execution/test_tfhers.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/frontends/concrete-python/tests/execution/test_tfhers.py b/frontends/concrete-python/tests/execution/test_tfhers.py index d3bcada65a..28bf29ff54 100644 --- a/frontends/concrete-python/tests/execution/test_tfhers.py +++ b/frontends/concrete-python/tests/execution/test_tfhers.py @@ -399,15 +399,6 @@ def lut_add_lut(x, y): TFHERS_INT_8_3_2_4096, id="signed(x) * signed(y)", ), - pytest.param( - lambda x, y: x * y, - { - "x": {"range": [-(2**3), 2**2], "status": "encrypted"}, - "y": {"range": [-(2**2), 2**3], "status": "encrypted"}, - }, - TFHERS_INT_8_3_2_4096, - id="signed(x) * signed(y)", - ), pytest.param( lut_add_lut, {