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 Dec 18, 2024
1 parent ae3740c commit b98f60f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/stan/callbacks/multi_writer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class multi_writer {
* Output stream
*/
std::tuple<std::reference_wrapper<Writers>...> output_;

};

} // namespace callbacks
Expand Down
3 changes: 2 additions & 1 deletion src/stan/services/pathfinder/multi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ inline int pathfinder_lbfgs_multi(
const Eigen::Index param_size = new_draws.rows();
const auto num_samples = new_draws.cols();
unconstrained_col = new_draws.col(path_sample_idx);
constrain_fun(approx_samples_constrained_col, unconstrained_col, model, rng);
constrain_fun(approx_samples_constrained_col, unconstrained_col, model,
rng);
sample_row.head(2) = lp_draws.row(path_sample_idx).matrix();
sample_row(2) = path_num;
sample_row.tail(uc_param_size) = approx_samples_constrained_col;
Expand Down

0 comments on commit b98f60f

Please sign in to comment.