Skip to content

Commit

Permalink
test_picsar_tables.cpp: Bump Tolerance 5x
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 28, 2024
1 parent 9bd1b40 commit 4e31f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multi_physics/QED/QED_tests/test_picsar_tables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ using namespace picsar::multi_physics::containers;
namespace pxr_ser = picsar::multi_physics::utils::serialization;

//Tolerance for double precision calculations
const double double_tolerance = 2.0e-12;
const double double_tolerance = 5.0e-12;

//Tolerance for single precision calculations
const float float_tolerance = 2.0e-5;
const float float_tolerance = 5.0e-5;

//Templated tolerance
template <typename T>
Expand Down

0 comments on commit 4e31f7c

Please sign in to comment.