Skip to content

Commit c7c7caa

Browse files
committed
Increase test tolerance
1 parent 189b238 commit c7c7caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdsc-smlm/src/test/java/uk/ac/sussex/gdsc/smlm/math3/distribution/fitting/MultivariateGaussianMixtureExpectationMaximizationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ void canComputeCovariance(RandomSeed seed) {
8282

8383
// Can be different if the means are different. Commons Math uses a double pass
8484
// mean computation but this code uses a simple sum then divide.
85-
TestAssertions.assertArrayTest(exp, obs, Predicates.doublesAreUlpClose(15));
85+
TestAssertions.assertArrayTest(exp, obs, Predicates.doublesAreUlpClose(30));
8686
}
8787

8888
@Test

0 commit comments

Comments
 (0)