Skip to content

Commit

Permalink
fix(tests): Adjust tolerance in Ludlow2016 concentration test
Browse files Browse the repository at this point in the history
Random perturbations added to concentrations result in fluctuations in the measured scatter. This fix adds enough buffer to account for that.
  • Loading branch information
abensonca committed Aug 6, 2021
1 parent 2934ced commit 336b6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testSuite/test-concentration-Ludlow2016.pl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
mean => 1.077,
meanTolerance => 0.040,
scatter => 0.114,
scatterTolerance => 0.005
scatterTolerance => 0.008
}
);

Expand Down

0 comments on commit 336b6eb

Please sign in to comment.