We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0a5c9 commit 4bb5b04Copy full SHA for 4bb5b04
test/ArrayFire/ArithSpec.hs
@@ -99,5 +99,5 @@ actual `shouldBeEps` expected = expect err_msg (cmpEps actual expected)
99
err_msg = "expected: " ++ show expected ++ "\n but got: " ++ show actual
100
cmpEps =
101
let x :: Double
102
- x = fromIntegral $ abs $ actual - expected
+ x = fromIntegral $ Prelude.abs $ actual - expected
103
in x <= 1e-14
0 commit comments