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

Octave 7 compatibility fix: increase test tolerance

parent 19246d68
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ end ...@@ -55,7 +55,7 @@ end
if max(max(abs(L.oo_.dr.ghxu - oo_.dr.ghxu))) > 1e-4 if max(max(abs(L.oo_.dr.ghxu - oo_.dr.ghxu))) > 1e-4
error('Failure in external function') error('Failure in external function')
end end
if max(max(abs(L.oo_.dr.ghxx - oo_.dr.ghxx))) > 1e-3 if max(max(abs(L.oo_.dr.ghxx - oo_.dr.ghxx))) > 2e-3
error('Failure in external function') error('Failure in external function')
end end
if max(max(abs(L.oo_.dr.ghuu - oo_.dr.ghuu))) > 1e-5 if max(max(abs(L.oo_.dr.ghuu - oo_.dr.ghuu))) > 1e-5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment