Adjusted test tolerance to pass on 32-bit systems
parent
0dc05f5d4e
commit
453c5132e1
|
|
@ -81,7 +81,7 @@ TEST(cholesky, BadScalingSVD) {
|
|||
double expectedCondition = 1e40;
|
||||
double actualCondition = S(0) / S(1);
|
||||
|
||||
DOUBLES_EQUAL(expectedCondition, actualCondition, 1e-41);
|
||||
DOUBLES_EQUAL(expectedCondition, actualCondition, 1e30);
|
||||
}
|
||||
|
||||
/* ************************************************************************* */
|
||||
|
|
|
|||
Loading…
Reference in New Issue