Skip to content

Commit

Permalink
revert change to scan
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Jul 17, 2024
1 parent 4ff5d9f commit 13e905d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EpiAware/src/EpiAwareUtils/scan.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Apply `f` to each element of `xs` and accumulate the results.
```jldoctest
using EpiAware
struct Adder end <: EpiAwareBase.AbstractModel
struct Adder <: EpiAwareBase.AbstractModel end
function (a::Adder)(carry, x)
carry + x, carry + x
end
Expand Down

0 comments on commit 13e905d

Please sign in to comment.