Skip to content

Commit

Permalink
fixed one unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Oct 16, 2023
1 parent 600e59b commit 488560e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ main = defaultMain $
assertApproxEqual "" 15 expected obtained,

testCase "a value of theta_d prime" $ do
let expected = 0.95182196661267561994
let expected = 0.95182196661268
obtained = theta_d' 2.5 0.3
assertApproxEqual "" 15 expected obtained,
assertApproxEqual "" 13 expected obtained,

testCase "a value of theta_n prime" $ do
let expected = 1.0526693354651613637
Expand Down

0 comments on commit 488560e

Please sign in to comment.