Replace assert!
macros with macros from approx crate
#278
Labels
good first issue
Good for newcomers
assert!
macros with macros from approx crate
#278
Currently most assertions in the argmin-math tests use the
assert!
macro, which is somewhat inconvenient for comparing floats. It would be great if those were replaced with the assert macros of the approx crate.Status
assert!
macros with macros from approx crate #327)assert!
macros with macros from approx crate #327)assert_relative_eq!
macros in ndarray and nalgebra backend tests #404)assert_relative_eq!
macros in ndarray and nalgebra backend tests #404)The text was updated successfully, but these errors were encountered: