Turing.jl
Turing.jl copied to clipboard
Test for RandomMeasures fail
Tests in the distributions testset pass, however, all other testsets chinese restaurant processes, stick breaking, and size-based resampling error due to a KeyError when calling Libtask.consume(::Trace).
I noticed that sampling from these models works fine (without the KeyError) in the Julia REPL (code).
Likely fixed by recent updates to Libtask. In addition, TArray will be removed after https://github.com/TuringLang/Turing.jl/pull/1858