Skip to content

Commit

Permalink
Reduce precision to check in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
axman6 committed May 6, 2024
1 parent 9780cfb commit 2ae8516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Spec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ testLMVSK m = LMVSK
<*> kurtosis m

precision :: Double
precision = 10e-9
precision = 10e-8

cmpLMVSK :: Double -> LMVSK -> LMVSK -> Bool
cmpLMVSK prec a b = let
Expand Down

0 comments on commit 2ae8516

Please sign in to comment.