mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
hard coded noise bound to 6 sigma
This commit is contained in:
@@ -119,7 +119,6 @@ where
|
||||
source_xa: &mut Source,
|
||||
source_xe: &mut Source,
|
||||
sigma: f64,
|
||||
bound: f64,
|
||||
scratch: &mut Scratch,
|
||||
) where
|
||||
ScalarZnx<DataPt>: ScalarZnxToRef,
|
||||
@@ -168,7 +167,6 @@ where
|
||||
source_xa,
|
||||
source_xe,
|
||||
sigma,
|
||||
bound,
|
||||
scrach_2,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user