Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Oct 10, 2024
1 parent 371eadf commit a9d986b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DifferentiationInterfaceTest/src/tests/benchmark_eval.jl
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ for op in ALL_OPS
prepared_valop = reset_count!(cc)
$op(cc, y, prep, ba, x, contexts...)
prepared_op = reset_count!(cc)
$val_and_op(cc, y,, ba, x, contexts...)
$val_and_op(cc, y, ba, x, contexts...)
unprepared_valop = reset_count!(cc)
$op(cc, y,, ba, x, contexts...)
$op(cc, y, ba, x, contexts...)
unprepared_op = reset_count!(cc)
return CallsResult(;
prepared_valop, prepared_op, preparation, unprepared_valop, unprepared_op
Expand Down

0 comments on commit a9d986b

Please sign in to comment.