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
please change it to: EQ(db2ratio( maxDB) - catpb.parameter ToValue( 1), 0);
ASSERT_
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