mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Refactor test module imports in LinReg to improve clarity
This commit is contained in:
parent
1c8fcc0bad
commit
ab6d5f9f8f
@ -34,10 +34,10 @@ impl LinReg {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
|
||||
use super::LinReg;
|
||||
use crate::matrix::{Matrix};
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn test_linreg_fit_predict() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user