mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
fixed tests for ciphertext fourier
This commit is contained in:
@@ -130,6 +130,4 @@ fn main() {
|
||||
.for_each(|(i, (a, b))| {
|
||||
println!("{}: {} {}", i, a, (*b as f64) / scale);
|
||||
});
|
||||
|
||||
module.free();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user