Skip to content

Commit

Permalink
Refer to test routine in with_logabsdet_jacobian docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Oct 15, 2021
1 parent 6cbb1c3 commit 69e26e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/with_ladj.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ z == log(foo(x)) && ladj_z == ladj_y + with_logabsdet_jacobian(log, y)[2]
true
```
Implementations of with_logabsdet_jacobian can be tested (as a
`Test.@testset`) using
[`ChangesOfVariables.test_with_logabsdet_jacobian`](@ref).
"""
function with_logabsdet_jacobian end
export with_logabsdet_jacobian
Expand Down

0 comments on commit 69e26e8

Please sign in to comment.