Skip to content

Commit

Permalink
Update precision.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed May 6, 2015
1 parent 404d60e commit ab2777e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ TEST(Translation_Structure_L_Infinity_Noisy, Outlier_OSICLP_SOLVER) {
// check were the measurement are noisy, the residual is important
//if ((i != 0 && k != 0) || (i!=3 && k !=3))
if ((i != 0 && k != 0) && (i!=3 && k !=3)) {
EXPECT_NEAR(0.0, residual, 1e-6);
EXPECT_NEAR(0.0, residual, 1e-5);
xsum += residual;
}
}
Expand Down

0 comments on commit ab2777e

Please sign in to comment.