Skip to content

Commit

Permalink
pub
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Feb 28, 2025
1 parent 89dd12d commit 1d1e816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-compute/src/var_cov.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub struct PearsonState {
}

impl VarState {
pub fn new(x: &[f64]) -> Self {
fn new(x: &[f64]) -> Self {
if x.is_empty() {
return Self::default();
}
Expand Down

0 comments on commit 1d1e816

Please sign in to comment.