Skip to content

Commit 183c470

Browse files
committed
Fix tests
1 parent e555ae7 commit 183c470

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/svd.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
extern crate ndarray;
33
#[macro_use]
44
extern crate ndarray_linalg;
5-
extern crate num_traits;
65

76
use std::cmp::min;
87
use ndarray::*;
98
use ndarray_linalg::*;
10-
use num_traits::Float;
119

1210
fn test(a: Array2<f64>, n: usize, m: usize) {
1311
let answer = a.clone();

0 commit comments

Comments
 (0)