macro_rules! assert_array_eq {
($value:expr, $expected:expr) => { ... };
($value:expr, $expected:expr, $atol:expr) => { ... };
}
Expand description
Asserts that two arrays are equal.
It checks that the two arrays have the same shape and that all elements are sufficiently close.