mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
fix(shortint): change oprf test pvalue to have less false positives
This commit is contained in:
@@ -199,7 +199,7 @@ pub(crate) mod test {
|
||||
fn oprf_test_uniformity_ci_run_filter() {
|
||||
let sample_count: usize = 10_000;
|
||||
|
||||
let p_value_limit: f64 = 0.001;
|
||||
let p_value_limit: f64 = 0.000_001;
|
||||
|
||||
let random_bits_count = 3;
|
||||
|
||||
|
||||
@@ -205,7 +205,7 @@ pub(crate) mod test {
|
||||
fn oprf_test_uniformity_ci_run_filter() {
|
||||
let sample_count: usize = 100_000;
|
||||
|
||||
let p_value_limit: f64 = 0.001;
|
||||
let p_value_limit: f64 = 0.000_001;
|
||||
|
||||
use crate::shortint::gen_keys;
|
||||
use crate::shortint::parameters::PARAM_MESSAGE_2_CARRY_2_KS_PBS;
|
||||
|
||||
Reference in New Issue
Block a user