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 Sep 30, 2024
1 parent 197542f commit 021ac04
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/stan/mcmc/chainset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,8 @@ class chainset {
* @param index parameter index
* @return median
*/
double median(const int index) const {
return (quantile(index, 0.5));
}

double median(const int index) const { return (quantile(index, 0.5)); }

/**
* Compute median value of specified parameter across all chains.
*
Expand Down

0 comments on commit 021ac04

Please sign in to comment.