Skip to content

Commit

Permalink
fix calling inexistant function
Browse files Browse the repository at this point in the history
  • Loading branch information
gzagatti committed Jul 23, 2023
1 parent 1037e68 commit 3bf650c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/Jumps/MultivariateHawkes.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ for (algo, stepper, use_recursion, label) in algorithms
seconds=10,)
else
@benchmark(solve(jump_prob, _stepper),
setup=(reset_history!(h)),
setup=([empty!(_h) for _h in h]),
samples=50,
evals=1,
seconds=10,)
Expand Down

0 comments on commit 3bf650c

Please sign in to comment.