Skip to content

Commit 398215a

Browse files
committed
Update ndarray-tests for ndarray 0.6
1 parent 9c3556b commit 398215a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ndarray-tests/tests/accuracy.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fn reference_mat_mul<A, S, S2>(lhs: &ArrayBase<S, (Ix, Ix)>, rhs: &ArrayBase<S2,
4747
}
4848
}
4949
unsafe {
50-
ArrayBase::from_vec_dim_unchecked((m, n), res_elems)
50+
ArrayBase::from_shape_vec_unchecked((m, n), res_elems)
5151
}
5252
}
5353

0 commit comments

Comments
 (0)