From b5258af97bdc47c058562fea0cb6862ac5d3003a Mon Sep 17 00:00:00 2001 From: Ben <16917183+bencrts@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:37:06 +0000 Subject: [PATCH] Update lwe_primal.py --- estimator/lwe_primal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/estimator/lwe_primal.py b/estimator/lwe_primal.py index 3c701e7..04f9cdb 100644 --- a/estimator/lwe_primal.py +++ b/estimator/lwe_primal.py @@ -316,7 +316,6 @@ def gaussian_heuristic_log_input(r): # precision error, shift and re-compute c_shift = 1e-300 r = [log(c_shift) + log(x / c_shift) for x in r] - print(r) if d > 4096: for i, _ in enumerate(r):