Skip to content

Commit

Permalink
Stokhos: Loosen one more tolerance to get tests to pass on white.
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp committed Oct 26, 2018
1 parent 68e3bc3 commit 8fcff6f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ namespace Sparse3TensorUnitTest {
Teuchos::RCP<Cijk_type> Cijk;

UnitTestSetup(): d(3), p(4), bases(d) {
rtol = 1e-15;
atol = 1e-15;
rtol = 1e-14;
atol = 1e-14;
sparse_tol = 1e-15;

// Create product basis
Expand Down

0 comments on commit 8fcff6f

Please sign in to comment.