Skip to content

Commit

Permalink
Not sure this test makes sense.
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed Apr 19, 2018
1 parent cefa8b7 commit 3a08f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pcovariance_hessian/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ int main(int argc, char* argv[]) {
std::cout << std::setprecision(16) << "cv0 norm: " << cv0.norm() << "." << std::endl;
std::cout << std::setprecision(16) << "Diff: " << diff << "." << std::endl;
infile.close();
if(abs(diff) > 1e-15) {
if(abs(diff) > 1e-12) {
cerr << "ERROR: Covariance not correct." << endl;
exit(1);
}
Expand Down

0 comments on commit 3a08f36

Please sign in to comment.