Searched refs:assert_vec_float_eq (Results 1 – 1 of 1) sorted by relevance
583 assert_vec_float_eq(result, [25.0, 1000.0].to_vec()); in test_copy_every_other_and_convert_to_float()591 assert_vec_float_eq(result2, [256.0, 2400.0].to_vec()); in test_copy_every_other_and_convert_to_float()594 fn assert_vec_float_eq(vec1: Vec<f64>, vec2: Vec<f64>) { in assert_vec_float_eq() function