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 22, 2024
1 parent 2950a00 commit 1195c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unit/analyze/mcmc/rank_normalization_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ TEST_F(RankNormalization, test_min_max) {
chains_theta(minRow, minCol) = 0.001;

auto rank_norm_theta = stan::analyze::rank_transform(chains_theta);

Eigen::Index maxRowRankNorm, maxColRankNorm;
Eigen::Index minRowRankNorm, minColRankNorm;
max_val = rank_norm_theta.maxCoeff(&maxRowRankNorm, &maxColRankNorm);
Expand Down

0 comments on commit 1195c35

Please sign in to comment.