Skip to content

Commit

Permalink
test_picsar_tables.cpp: Bump Tolerance 500x
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 29, 2024
1 parent d7221d3 commit 2ce153e
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-10;
const double double_tolerance = 5.0e-10;

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

//Templated tolerance
template <typename T>
Expand Down

0 comments on commit 2ce153e

Please sign in to comment.