removed prints

This commit is contained in:
Pro7ech
2025-09-15 19:09:49 +02:00
parent e2625caa00
commit c8a1997a57
9 changed files with 10 additions and 28 deletions

View File

@@ -182,7 +182,7 @@ where
pt.sub_inplace_ab(module, &pt_want);
let noise_have: f64 = pt.std().log2();
// println!("noise_have: {}", noise_have);
assert!(
noise_have < -((k_ct - basek) as f64),
"noise: {}",