Commit 13f00a2
committed
Relax FLIM tolerance value: 10e-5 -> 10e-4
Otherwise, macOS on Apple Silicon yields test failures:
[ERROR] FitTest.testBayesFitImg:168->assertSampleEquals:254 array contents differ at index [2], expected: <0.20058449> but was: <0.2005953>
[ERROR] FitTest.testBinning:136->assertSampleEquals:254 array contents differ at index [0], expected: <15.917448> but was: <15.917488>
[ERROR] FitTest.testGlobalFitImg:214->assertSampleEquals:254 array contents differ at index [3], expected: <4.498526> but was: <4.498537>
[ERROR] FitTest.testRLDFitImg:120->assertSampleEquals:254 array contents differ at index [3], expected: <4.498526> but was: <4.498537>
Might be the same root cause as flimlib/flimj-ops#18.1 parent 17c1c6f commit 13f00a2
File tree
1 file changed
+1
-1
lines changed- scijava-ops-flim/src/test/java/org/scijava/ops/flim
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments