TuringLang / DynamicPPL.jl

Implementation of domain-specific language (DSL) for dynamic probabilistic programming
https://turinglang.org/DynamicPPL.jl/
MIT License
157 stars 26 forks source link

Fix for `check_model` on arrays with `undef` #607

Closed torfjelde closed 3 months ago

torfjelde commented 3 months ago

Fixes test issues in https://github.com/TuringLang/Turing.jl/pull/2218.

torfjelde commented 3 months ago

Closed in favour of #608