Skip to content

Commit

Permalink
Change the R_MAX of CMRR.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Expertium authored Sep 7, 2024
1 parent c65fe5c commit cdd7edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimal_retention.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl From<Column> for SliceInfoElem {
}

const R_MIN: f32 = 0.75;
const R_MAX: f32 = 0.95;
const R_MAX: f32 = 0.98;

#[derive(Debug, Clone, PartialEq)]
pub struct SimulatorConfig {
Expand Down

0 comments on commit cdd7edc

Please sign in to comment.