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 83add24 commit f840dbcCopy full SHA for f840dbc
src/contexts/init.jl
@@ -259,9 +259,9 @@ function tilde_assume!!(
259
# but it's not clear right now how to do this. In my opinion, the most productive
260
# way forward would be to standardise the behaviour of bijectors so that we can have
261
# a clean separation between the linking and vectorisation parts of it.
262
- y, inv_logjac + fwd_logjac
+ y, -inv_logjac + fwd_logjac
263
else
264
- x, inv_logjac
+ x, -inv_logjac
265
end
266
# Add the new value to the VarInfo. `push!!` errors if the value already
267
# exists, hence the need for setindex!!.
0 commit comments