Skip to content

Commit

Permalink
Reducing tolerance for Linux Clang tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Jul 2, 2018
1 parent bd0d130 commit ed488b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reg_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else(NOT ${TEST_TOLERANCE} STREQUAL "")
endif()
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
set(TOLERANCE 0.0000001)
set(TOLERANCE 0.000001)
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
set(TOLERANCE 0.000000000000001)
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Intel")
Expand Down

0 comments on commit ed488b8

Please sign in to comment.