Skip to content

Commit

Permalink
fix bug in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Jun 13, 2024
1 parent b927e80 commit ec4db7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/inference/repgradelbo_locationscale_bijectors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
rng_repl = StableRNG(seed)
q, stats, _ = optimize(
rng_repl, model, objective, q0_z, T;
optimizer = opt
optimizer = opt,
show_progress = PROGRESS,
adtype = adtype,
)
Expand Down

1 comment on commit ec4db7e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Results

Benchmark suite Current: ec4db7e Previous: b927e80 Ratio
normal + bijector/meanfield/ForwardDiff 537087137.5 ns 558006515.5 ns 0.96
normal + bijector/meanfield/ReverseDiff 189969735 ns 189274695 ns 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.