Skip to content

Commit

Permalink
Update test/ad.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sunxd3 and github-actions[bot] authored Feb 4, 2024
1 parent 89d4a1a commit 2807b5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ad.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@testset "Testing AD by comparing gradient using ForwardDiff and ReverseDiff for model $(m.f)" for m in DynamicPPL.TestUtils.DEMO_MODELS
@testset "Testing AD by comparing gradient using ForwardDiff and ReverseDiff for model $(m.f)" for m in
DynamicPPL.TestUtils.DEMO_MODELS
f = DynamicPPL.LogDensityFunction(m)
rand_param_values = DynamicPPL.TestUtils.rand_prior_true(m)
vns = DynamicPPL.TestUtils.varnames(m)
Expand Down

0 comments on commit 2807b5a

Please sign in to comment.