Skip to content
Snippets Groups Projects
Commit 8fd6ee7d authored by Dmitri Naumov's avatar Dmitri Naumov Committed by Tom Fischer
Browse files

Relax vtkdiff absolute error to 1e-2.

parent 77ba9e25
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ function (AddTest)
set(TESTER_ARGS "--statistics --absolute-tolerance=1e-5 --relative-tolerance=1e-4")
elseif(AddTest_TESTER STREQUAL "vtkdiff")
set(SELECTED_DIFF_TOOL_PATH $<TARGET_FILE:vtkdiff>)
set(TESTER_ARGS "-q --abs 1e-5 --rel 1e-4")
set(TESTER_ARGS "-q --abs 1e-2 --rel 1e-4")
endif()
if(AddTest_TESTER STREQUAL "diff" OR AddTest_TESTER STREQUAL "numdiff")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment