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 Oct 1, 2024
1 parent b8d2d2a commit eac7134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stan/mcmc/chainset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class chainset {
}
Eigen::MatrixXd draws = samples(index);
Eigen::Map<Eigen::VectorXd> map(draws.data(), draws.size());
std::vector<double> probs_vec(probs.data(), probs.data() + probs.size());
std::vector<double> probs_vec(probs.data(), probs.data() + probs.size());
std::vector<double> quantiles = stan::math::quantile(map, probs_vec);
return Eigen::Map<Eigen::VectorXd>(quantiles.data(), quantiles.size());
}
Expand Down

0 comments on commit eac7134

Please sign in to comment.