Skip to content

Commit

Permalink
Fix prefix sum test
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgarbar committed Jun 1, 2024
1 parent 20a10e9 commit 2f7ffe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ let makeTest plus zero isEqual scanInclude scanExclude (array: 'a []) =
|> Array.mapFold
(fun s t ->
let a = plus s t
s, a)
a, a)
zero

"Total sums for include should be equal"
Expand Down

0 comments on commit 2f7ffe8

Please sign in to comment.