Skip to content

Commit

Permalink
removed redudant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Apr 19, 2024
1 parent d6356f7 commit b1d7c76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bijectors/product_bijector.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function transform(
b::ProductBijector{<:AbstractArray,N}, x::AbstractArray{<:Real,M}
) where {N,M}
slices = _product_bijector_slices(b, x)
# TODO: Should we do some `cat`-ing or `stack`-ing here?
return stack(map(transform, b.bs, slices))
end

Expand Down

0 comments on commit b1d7c76

Please sign in to comment.