Subject: | Test failures because of floating point inaccuracies |
On some of my smoker systems (e.g. using perls compiled with -Duselongdouble) the test suite fails:
...
inputs/McDonald1988_IIa.jcamp: FAILED:
@@ -48,23 +48,23 @@
'XYDATA' => bless( {
'X' => [
450,
- '686.533333333333',
- '923.066666666667',
+ '686.533333333333333',
+ '923.066666666666667',
'1159.6',
- '1396.13333333333',
- '1632.66666666667',
+ '1396.13333333333333',
+ '1632.66666666666667',
'1869.2',
- '2105.73333333333',
- '2342.26666666667',
+ '2105.73333333333333',
+ '2342.26666666666667',
'2578.8',
... (etc, more diffs following) ...