We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325684e commit 6d70a9eCopy full SHA for 6d70a9e
src/contexts/init.jl
@@ -260,9 +260,9 @@ function tilde_assume!!(
260
# but it's not clear right now how to do this. In my opinion, the most productive
261
# way forward would be to standardise the behaviour of bijectors so that we can have
262
# a clean separation between the linking and vectorisation parts of it.
263
- y, inv_logjac + fwd_logjac
+ y, -inv_logjac + fwd_logjac
264
else
265
- x, inv_logjac
+ x, -inv_logjac
266
end
267
# Add the new value to the VarInfo. `push!!` errors if the value already
268
# exists, hence the need for setindex!!.
0 commit comments