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 02b702f commit edfa3ffCopy full SHA for edfa3ff
tests/GraphBLAS-sharp.Tests/Matrix/Map.fs
@@ -135,7 +135,7 @@ let testFixturesMapMul case =
135
let q = case.TestContext.Queue
136
q.Error.Add(fun e -> failwithf "%A" e)
137
138
- createTestMap case 0 10 (+) (=) ArithmeticOperations.mulLeftConst
+ createTestMap case 0 10 (*) (=) ArithmeticOperations.mulLeftConst
139
140
if Utils.isFloat64Available context.ClDevice then
141
createTestMap case 0.0 10.0 (*) Utils.floatIsEqual ArithmeticOperations.mulLeftConst
0 commit comments