From bd380cc3c1300d46d33c6045580016e512dd5bbc Mon Sep 17 00:00:00 2001 From: rudy Date: Tue, 6 Aug 2024 16:50:40 +0200 Subject: [PATCH] fix(frontend-python): test_modules with more reasonnable p_error --- frontends/concrete-python/tests/compilation/test_modules.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frontends/concrete-python/tests/compilation/test_modules.py b/frontends/concrete-python/tests/compilation/test_modules.py index 710a4ddcf2..3af0339689 100644 --- a/frontends/concrete-python/tests/compilation/test_modules.py +++ b/frontends/concrete-python/tests/compilation/test_modules.py @@ -568,7 +568,6 @@ def c(x): "b": [np.random.randint(1, 50, size=()) for _ in range(100)], "c": [np.random.randint(1, 100, size=()) for _ in range(100)], }, - p_error=0.01, ) inp_enc = module.a.encrypt(5)