Skip to content

Commit

Permalink
Rel 7.8.0 - Release 7.8.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Jan 18, 2024
1 parent f7523af commit 8961b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_keywords/test_bernoulli_keyedarray_01.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ model {
bernoulli_data = Dict("N" => 10, "y" => [0, 1, 0, 1, 0, 0, 0, 0, 0, 1])

sm = SampleModel("bernoulli", bernoulli_model);
rc = stan_sample(sm; data=bernoulli_data,
rc = stan_sample(sm; data=bernoulli_data, save_metric=true, save_cmdstan_config=true,
num_threads=6, num_cpp_chains=1, num_chains=6, seed=123);

if success(rc)
Expand Down

0 comments on commit 8961b89

Please sign in to comment.