Skip to content

Commit

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

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

//Templated tolerance
template <typename T>
Expand Down

0 comments on commit 765bff1

Please sign in to comment.