Skip to content

Commit 8a69880

Browse files
committed
removed unncessary map
1 parent 45ccbe1 commit 8a69880

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/oper.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ fn dot_product()
146146
assert_abs_diff_eq!(a2.dot(&b2), reference_dot(&a2, &b2), epsilon = 1e-5);
147147
}
148148

149-
let a = a.map(|f| *f);
150-
let b = b.map(|f| *f);
151149
assert_abs_diff_eq!(a.dot(&b), dot as f32, epsilon = 1e-5);
152150

153151
let max = 8 as Ixs;

0 commit comments

Comments
 (0)