Skip to content

Commit

Permalink
3rd order fails with more than 1 chain
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Jan 6, 2024
1 parent 9be937d commit e0ae0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_3rd_order_estimation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Random.seed!(3)

pt = @time Pigeons.pigeons(target = Pigeons.TuringLogPotential(Caldara_et_al_2012_loglikelihood_function(data, Caldara_et_al_2012_estim)),
record = [Pigeons.traces; Pigeons.round_trip; Pigeons.record_default()],
n_chains = 2,
n_chains = 1,
n_rounds = 6,
multithreaded = true)

Expand Down

0 comments on commit e0ae0db

Please sign in to comment.