-
Notifications
You must be signed in to change notification settings - Fork 228
Description
Platform: Windows 10, Julia 1.1.0
running the following produces an error:
add Turing
test Turing
.... lines about things being updated
[bbc10e6e] + DynamicHMC v1.0.2+ #master (https://github.com/tpapp/DynamicHMC.jl)
[HMC] Finished with
Running time = 1.179192493000001;
Accept rate = 1.0;
#lf / sample = 0.9966666666666667;
#evals / sample = 2.9966666666666666;
pre-cond. metric = [1.0].
[HMC] Finished with
Running time = 1.9699e-5;
Accept rate = 1.0;
#lf / sample = 0.0;
#evals / sample = 2.0;
pre-cond. metric = [1.0].
[HMC] Finished with
Running time = 0.6601277;
Accept rate = 1.0;
#lf / sample = 0.5;
#evals / sample = 2.5;
pre-cond. metric = [1.0].
[-9.42436, -7.7163]
[-9.42436, -7.7163]
[ Info: [PG] Finished with
[ Info: Running time = 0.3503446859999997;
ERROR: Package Turing errored during testing
Using OSX 10.14, Julia 1.1.0, we have a similar result:
[bbc10e6e] + DynamicHMC v1.0.2+ #master (https://github.com/tpapp/DynamicHMC.jl)
[HMC] Finished with
Running time = 1.6609471790000014;
Accept rate = 0.9966666666666667;
#lf / sample = 0.9966666666666667;
#evals / sample = 2.9966666666666666;
pre-cond. metric = [1.0].
[HMC] Finished with
Running time = 3.3658e-5;
Accept rate = 1.0;
#lf / sample = 0.0;
#evals / sample = 2.0;
pre-cond. metric = [1.0].
[HMC] Finished with
Running time = 0.997483639;
Accept rate = 1.0;
#lf / sample = 0.5;
#evals / sample = 2.5;
pre-cond. metric = [1.0].
[0.200685, 1.2323]
[0.200685, 1.2323]
[ Info: [PG] Finished with
[ Info: Running time = 0.5600100159999993;
signal (11): Segmentation fault: 11
in expression starting at /Users/au/.julia/packages/Turing/FTRCE/test/compiler.jl/beta_binomial.jl:26
jl_swap_fiber at /Users/osx/buildbot/slave/package_osx64/build/src/task.c:778
Allocations: 140303015 (Pool: 140281852; Big: 21163); GC: 317
ERROR: Package Turing errored during testing