Turing.jl icon indicating copy to clipboard operation
Turing.jl copied to clipboard

Test for RandomMeasures fail

Open trappmartin opened this issue 6 years ago • 1 comments

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).

trappmartin avatar Nov 18 '19 15:11 trappmartin

I noticed that sampling from these models works fine (without the KeyError) in the Julia REPL (code).

devmotion avatar Dec 28 '19 00:12 devmotion

Likely fixed by recent updates to Libtask. In addition, TArray will be removed after https://github.com/TuringLang/Turing.jl/pull/1858

yebai avatar Nov 12 '22 21:11 yebai