We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c19f96 commit ad66360Copy full SHA for ad66360
1 file changed
tests/array.rs
@@ -11,8 +11,7 @@ use approx::assert_relative_eq;
11
use defmac::defmac;
12
use itertools::{zip, Itertools};
13
use ndarray::prelude::*;
14
-use ndarray::{arr3, rcarr2};
15
-use ndarray::{Slice, SliceInfo, SliceInfoElem};
+use ndarray::{arr3, indices, rcarr2, Slice, SliceInfo, SliceInfoElem};
16
use num_complex::Complex;
17
use std::convert::TryFrom;
18
0 commit comments