Commit dfcbd13
authored
Widen numeric tolerance for cross-platform reproducibility
DESeq2 produces slightly different floating point results on macOS vs
Linux CI runners. Bump relative tolerance from 2e-5 to 5e-4 (0.05%)
to accommodate platform-specific numeric drift while still catching
real regressions.1 parent 1dc2c69 commit dfcbd13
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments