Skip to content

Commit 2ae8516

Browse files
committed
Reduce precision to check in tests
1 parent 9780cfb commit 2ae8516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Spec.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ testLMVSK m = LMVSK
5050
<*> kurtosis m
5151

5252
precision :: Double
53-
precision = 10e-9
53+
precision = 10e-8
5454

5555
cmpLMVSK :: Double -> LMVSK -> LMVSK -> Bool
5656
cmpLMVSK prec a b = let

0 commit comments

Comments
 (0)