Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Jun 5, 2024
1 parent d7ee2c1 commit ce27322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bijectors/stacked.jl
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function _with_logabsdet_jacobian(sb::Stacked, x::AbstractVector)
y = reduce(vcat, ys)
logjac = sum(zip(sb.bs, sb.ranges_in)) do tup
b, r = tup[1], tup[2]
logabsdetjac(b,x[r])
logabsdetjac(b, x[r])
end
return (y, logjac)
end
Expand Down

0 comments on commit ce27322

Please sign in to comment.