Skip to content

Commit 4d26023

Browse files
committed
refactor: formatting
1 parent 3703609 commit 4d26023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/GraphBLAS-sharp.Tests/Matrix/SpGeMM

tests/GraphBLAS-sharp.Tests/Matrix/SpGeMM/Expand.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let getSegmentsPointers (leftMatrix: Matrix.CSR<'a>) (rightMatrix: Matrix.CSR<'b
3636
rightMatrix.RowPointers.[item + 1]
3737
- rightMatrix.RowPointers.[item])
3838
leftMatrix.ColumnIndices
39-
|> HostPrimitives.prefixSumExclude
39+
|> HostPrimitives.prefixSumExclude 0 (+)
4040

4141
let makeTest isZero testFun (leftArray: 'a [,], rightArray: 'a [,]) =
4242

0 commit comments

Comments
 (0)