From db713721f15b0215a24873e0bec0b4ed4819d902 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 17 May 2019 17:51:25 +0200 Subject: fix standard deviation value --- tests/Unit/Entropy/EntropyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Unit/Entropy/EntropyTest.php b/tests/Unit/Entropy/EntropyTest.php index edc6100..84cd37a 100644 --- a/tests/Unit/Entropy/EntropyTest.php +++ b/tests/Unit/Entropy/EntropyTest.php @@ -65,7 +65,7 @@ class EntropyTest extends TestCase $tests = []; $tests[] = [[10, 2, 38, 23, 38, 23, 21], 12.298996]; $tests[] = [[10, 12, 23, 23, 16, 23, 21, 16], 4.898979]; - $tests[] = [[-5, 1, 8, 7, 2], 4.673328]; + $tests[] = [[-5, 1, 8, 7, 2], 4.673329]; return $tests; } -- cgit v1.2.3