Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/torfjelde/corr-ad-update' into t…
Browse files Browse the repository at this point in the history
…orfjelde/corr-ad-update
  • Loading branch information
torfjelde committed Aug 12, 2023
2 parents 8e16077 + 06b936d commit cec71b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ad/chainrules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
# LKJ and LKJCholesky bijector
dist = LKJCholesky(3, 4)
x = rand(dist)
test_rrule(Bijectors._link_chol_lkj, x.U)
test_rrule(Bijectors._link_chol_lkj, x.L)
test_rrule(Bijectors._link_chol_lkj_from_upper, x.U)
test_rrule(Bijectors._link_chol_lkj_from_lower, x.L)

b = bijector(dist)
y = b(x)
Expand Down

0 comments on commit cec71b4

Please sign in to comment.