Skip to content

Commit

Permalink
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Jun 27, 2024
1 parent c780daf commit 1d13747
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/stan/services/sample/hmc_nuts_dense_e.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ int hmc_nuts_dense_e(Model& model, size_t num_chains,
util::run_sampler(samplers[i], model, cont_vectors[i], num_warmup,
num_samples, num_thin, refresh, save_warmup,
rngs[i], interrupt, logger, sample_writer[i],
diagnostic_writer[i], init_chain_id + i, num_chains);
diagnostic_writer[i], init_chain_id + i,
num_chains);
}
},
tbb::simple_partitioner());
Expand Down
3 changes: 2 additions & 1 deletion src/stan/services/sample/hmc_nuts_diag_e.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ int hmc_nuts_diag_e(Model& model, size_t num_chains,
util::run_sampler(samplers[i], model, cont_vectors[i], num_warmup,
num_samples, num_thin, refresh, save_warmup,
rngs[i], interrupt, logger, sample_writer[i],
diagnostic_writer[i], init_chain_id + i, num_chains);
diagnostic_writer[i], init_chain_id + i,
num_chains);
}
},
tbb::simple_partitioner());
Expand Down

0 comments on commit 1d13747

Please sign in to comment.