Comment 9 for bug 1810495

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

please change it to:
ASSERT_EQ(db2ratio(maxDB) - catpb.parameterToValue(1), 0);

and post the output.

It looks like the compiler optimizes some fractional places away. Maybe we suffer a float precision overflow. Which compiler version do you use?
Do we have a bug? Normally ASSERT_DOUBLE_EQ should work. mmm