Skip to content

Commit

Permalink
Merge pull request #80 from nicolasbock/relax_test_tolerance
Browse files Browse the repository at this point in the history
Relax single precision test tolerance
  • Loading branch information
nicolasbock authored Jul 21, 2017
2 parents 2765bff + e0d3337 commit 2cfaf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/diagonalize_matrix_typed.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


#if defined(SINGLE_REAL) || defined(SINGLE_COMPLEX)
#define REL_TOL 1e-5
#define REL_TOL 1.2e-5
#else
#define REL_TOL 1e-11
#endif
Expand Down

0 comments on commit 2cfaf5a

Please sign in to comment.