Skip to content

Commit

Permalink
Fix obsolete function references in tests. (#282)
Browse files Browse the repository at this point in the history
* Update chainrules.jl

* Update corr.jl

* Revert changes to transform.
  • Loading branch information
yebai authored Aug 10, 2023
1 parent 5bffcfb commit 06b936d
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 06b936d

Please sign in to comment.