Skip to content

Commit

Permalink
chore(frontend): remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Nov 7, 2024
1 parent f788102 commit 05585a3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions frontends/concrete-python/tests/execution/test_tfhers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
{
Expand Down

0 comments on commit 05585a3

Please sign in to comment.