Skip to content

Commit

Permalink
Loosen a tolerance
Browse files Browse the repository at this point in the history
This test failed on Intel macOS with OpenBLAS.
  • Loading branch information
nilsvu committed Aug 24, 2024
1 parent 4c28781 commit cd0d990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Evolution/DgSubcell/Test_Reconstruction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ SPECTRE_TEST_CASE("Unit.Evolution.Subcell.Fd.Reconstruction",

test_reconstruct_fd<6, 3, Spectral::Basis::Legendre,
Spectral::Quadrature::GaussLobatto>(
{1.0e-14, 1.0e-14, 3.0e-6, 3.0e-7, 3.0e-8}, reconstruction_method);
{1.0e-14, 1.0e-12, 3.0e-6, 3.0e-7, 3.0e-8}, reconstruction_method);
test_reconstruct_fd<6, 3, Spectral::Basis::Legendre,
Spectral::Quadrature::Gauss>(
{1.0e-14, 1.0e-14, 1.0e-6, 3.0e-7, 3.0e-8}, reconstruction_method);
Expand Down

0 comments on commit cd0d990

Please sign in to comment.