Increased approximation tolerance.
authorJarl Gullberg <jarl.gullberg@gmail.com>
Wed, 31 May 2017 19:26:21 +0000 (21:26 +0200)
committerJarl Gullberg <jarl.gullberg@gmail.com>
Wed, 31 May 2017 19:26:21 +0000 (21:26 +0200)
tests/OpenTK.Tests/Assertions.fs

index eaff950..a322b4c 100644 (file)
@@ -9,7 +9,7 @@ open OpenTK
 [<AutoOpen>]
 module private AssertHelpers = 
     [<Literal>]
-    let private BitAccuracy = 5
+    let private BitAccuracy = 6
     
     let approxEq a b = MathHelper.ApproximatelyEqual(a,b,BitAccuracy)