Octave 7 compatibility fix: increase test tolerance

fix-tolerance-parameters
Sébastien Villemot 2022-04-15 14:33:02 +02:00
parent 19246d68da
commit 5d3b4801a3
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ end
if max(max(abs(L.oo_.dr.ghxu - oo_.dr.ghxu))) > 1e-4
error('Failure in external function')
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')
end
if max(max(abs(L.oo_.dr.ghuu - oo_.dr.ghuu))) > 1e-5