Increase test tolerance

time-shift
Sébastien Villemot 2019-09-24 17:49:26 +02:00
parent 88c38c9ebc
commit e2c57dc5f5
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@ good = [6.791587808530124
-0.530200000000000
-0.397400000000000];
if sum(abs(M_.params-good)) > 1e-14
if sum(abs(M_.params-good)) > 2e-14
error(['sum of M_.params - good was: ' num2str(sum(abs(M_.params-good)))]);
end