Skip to content

Fix precision test to be a bit softer on floating-point comparisons

André Anjos requested to merge fix-floating-point-cmp into master

Fix a precision test to use numpy.isclose instead of comparing for equality.

Merge request reports