Skip to content

Commit

Permalink
replace 'use crate' -> 'use super'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Feb 20, 2024
1 parent 476f04a commit 45b42bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlr.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use nalgebra::{DMatrix, DVector, SVD};

use crate::utils;
use super::utils;

/// Calculates beta coefficients (slopes) of a multiple linear regression of dimensions [1.., _] of
/// input array against first dimension [0, _].
Expand Down

0 comments on commit 45b42bf

Please sign in to comment.