TuringLang / Bijectors.jl

Implementation of normalising flows and constrained random variable transformations
https://turinglang.org/Bijectors.jl/
MIT License
196 stars 32 forks source link

Fix `ProductBijector` on Julia <1.9 #314

Closed torfjelde closed 1 month ago

torfjelde commented 1 month ago

Ref: https://github.com/TuringLang/Bijectors.jl/pull/313#issuecomment-2145177048

torfjelde commented 1 month ago

@sethaxen Tests are failing because of numerical issues with cholesky transforms, so I'm making the PR directly to your branch instead. Happy with this?

sethaxen commented 1 month ago

Sure that's fine