Skip to content

Commit

Permalink
removed AD testing of coupling with Scale due to Scale has nothing as…
Browse files Browse the repository at this point in the history
… adjoint
  • Loading branch information
torfjelde committed Sep 15, 2020
1 parent 74451e8 commit f16fc63
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/bijectors/coupling.jl
Expand Up @@ -57,11 +57,5 @@ using Bijectors:
x = hcat([-1., -2., -3.], [1., 2., 3.])
y = hcat([2., -2., -3.], [2., 2., 3.])
test_bijector(cl, x, y, log.([2., 2.]))

# With `Shift`
cl = Coupling(x -> Shift(x[1]), m)
x = hcat([-1., -2., -3.], [1., 2., 3.])
y = hcat([-3., -2., -3.], [3., 2., 3.])
test_bijector(cl, x, y, zeros(2))
end
end

0 comments on commit f16fc63

Please sign in to comment.