Skip to content

Commit

Permalink
Raise test tolerance in dlr multivariable fit
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Aug 2, 2023
1 parent b319947 commit 4f2ca1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/c++/gfs/gf_dlr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ TEST(Gf, DLR_multivar_fit) {
gtau_noise.data() += sigma * (nda::rand(n_tau, n_tau) - 0.5);
auto gcoef_noise = fit_gf_dlr<0>(fit_gf_dlr<1>(gtau_noise, w_max, eps), w_max, eps);
auto gtau3 = make_gf_imtime<0>(make_gf_imtime<1>(gcoef_noise, n_tau), n_tau);
EXPECT_GF_NEAR(gtau, gtau3, 25*sigma);
EXPECT_GF_NEAR(gtau, gtau3, 30*sigma);
}
}

Expand Down

0 comments on commit 4f2ca1e

Please sign in to comment.