Comment 11 for bug 1810495

Revision history for this message
Daniel Schürmann (daschuer) wrote :

Thank you.
It is strange because abs(-2.22045e-16) is smaller than 1e-10.

IMHO this should work:
ASSERT_NEAR((db2ratio(maxDB), catpb.parameterToValue(1), 1e-10);

Do you have an idea what went wrong?