Open
Description
I mean this test:
cc03ba6#diff-9471aab4b037f803f311ca8d2d35fe8fR558
It potentially uses the wrong type (Float64, which is not necessarily the type it's working with), and also it seems to use realmin in place of eps, where eps is the appropriate value.
I want to change it to
abs(x - y) < 32 * max(eps(x), eps(y))
which is probably what was intended anyway.
Metadata
Metadata
Assignees
Labels
No labels