mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 21:26:41 +01:00
fix cross-base2k vec_znx_normalize wrong early carry
This commit is contained in:
@@ -62,8 +62,6 @@ where
|
||||
|
||||
let noise_have: f64 = pt.data.stats(base2k, 0).std().log2();
|
||||
|
||||
println!("noise_have: {noise_have}");
|
||||
|
||||
assert!(
|
||||
noise_have <= max_noise,
|
||||
"noise_have: {noise_have} > max_noise: {max_noise}"
|
||||
|
||||
Reference in New Issue
Block a user