Skip to content

Commit

Permalink
Try making the converge tighter
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Jan 22, 2024
1 parent 51eaab8 commit c956bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/ztensor_cp_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ TEST_CASE("ZCP") {
std::complex<double> norm3 = sqrt(dot(Z3, Z3));
std::complex<double> norm32 = sqrt(dot(Z33, Z33));

zconv_class conv(1e-3);
zconv_class conv(1e-4);

// ALS tests
{
Expand Down

0 comments on commit c956bea

Please sign in to comment.