pub fn assert_array_all_close<F>( x: ArrayView1<'_, F>, y: ArrayView1<'_, F>, delta: F, )where F: Float + AbsDiffEq<Epsilon = F>,