Skip to content

Commit

Permalink
Increase precision again
Browse files Browse the repository at this point in the history
  • Loading branch information
axman6 committed May 6, 2024
1 parent 00ca1f8 commit 785f69f
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-8
precision = 10e-9

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

0 comments on commit 785f69f

Please sign in to comment.