Skip to content

Commit edfa3ff

Browse files
committed
fix: map tests
1 parent 02b702f commit edfa3ff

File tree

1 file changed

+1
-1
lines changed
  • tests/GraphBLAS-sharp.Tests/Matrix

1 file changed

+1
-1
lines changed

tests/GraphBLAS-sharp.Tests/Matrix/Map.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ let testFixturesMapMul case =
135135
let q = case.TestContext.Queue
136136
q.Error.Add(fun e -> failwithf "%A" e)
137137

138-
createTestMap case 0 10 (+) (=) ArithmeticOperations.mulLeftConst
138+
createTestMap case 0 10 (*) (=) ArithmeticOperations.mulLeftConst
139139

140140
if Utils.isFloat64Available context.ClDevice then
141141
createTestMap case 0.0 10.0 (*) Utils.floatIsEqual ArithmeticOperations.mulLeftConst

0 commit comments

Comments
 (0)