Skip to content
Snippets Groups Projects
Verified Commit ac1b7cc9 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Testsuite: fix formula for maximum difference error test

parent d6d528b3
No related branches found
No related tags found
No related merge requests found
function fataltest(a,b,n)
if max(max(abs(a)-abs(b))) > 1e-5
if max(max(abs(a-b))) > 1e-5
error(['Test error in test ' int2str(n)])
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment