mirror of https://github.com/ecmwf/eccodes.git
Fix broken test
This commit is contained in:
parent
3a3255cd2f
commit
676ec3c342
|
@ -266,7 +266,7 @@ int main (int argc, char * argv[])
|
|||
for(i=0; i<ILCHAM; ++i)
|
||||
{
|
||||
const double diff = fabs(zval[i]-values[i]);
|
||||
if (diff > 1e-8) {
|
||||
if (diff > 1e-5) {
|
||||
fprintf(stderr,"Unpacked value different: i=%d values[i]=%g zval[i]=%g\n", i, values[i], zval[i]);
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue