Skip to content

Commit

Permalink
increased test tol
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkaye authored and Wentzell committed Sep 20, 2024
1 parent ac18e11 commit f87a122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/c++/imfreq_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ TEST(imfreq_ops, interp_matrix_sym_fer) {
auto gc = ifops.vals2coefs(beta, g);

// Check that G can be recovered at imaginary frequency nodes
EXPECT_LT(max_element(abs(ifops.coefs2vals(beta, gc) - g)), 2e-13);
EXPECT_LT(max_element(abs(ifops.coefs2vals(beta, gc) - g)), 3e-13);

// Compute error in imaginary frequency
auto gtru = nda::matrix<dcomplex>(norb, norb);
Expand Down

0 comments on commit f87a122

Please sign in to comment.