Skip to content

Commit 69e26e8

Browse files
committed
Refer to test routine in with_logabsdet_jacobian docstring.
1 parent 6cbb1c3 commit 69e26e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/with_ladj.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ z == log(foo(x)) && ladj_z == ladj_y + with_logabsdet_jacobian(log, y)[2]
5252
5353
true
5454
```
55+
56+
Implementations of with_logabsdet_jacobian can be tested (as a
57+
`Test.@testset`) using
58+
[`ChangesOfVariables.test_with_logabsdet_jacobian`](@ref).
5559
"""
5660
function with_logabsdet_jacobian end
5761
export with_logabsdet_jacobian

0 commit comments

Comments
 (0)