We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595c187 commit 72a6c5aCopy full SHA for 72a6c5a
2 files changed
tests/GraphBLAS-sharp.Tests/BackendCommonTests/ReduceTests.fs
@@ -71,8 +71,7 @@ let tests =
71
let q = Context.defaultContext.Queue
72
q.Error.Add(fun e -> failwithf "%A" e)
73
74
- let filterFloats =
75
- Array.filter (System.Double.IsNaN >> not)
+ let filterFloats = Array.filter System.Double.IsNormal
76
77
[ testFixtures config wgSize q (+) <@ (+) @> 0 id "int add"
78
testFixtures config wgSize q (+) <@ (+) @> 0uy id "byte add"
tests/GraphBLAS-sharp.Tests/Vector/Reduce.fs
@@ -72,8 +72,7 @@ let testFixtures (case: OperationCase<VectorFormat>) =
[ let intReduce = Vector.reduce context wgSize
79
0 commit comments