Skip to content

Commit

Permalink
Merge branch 'feature/3299-chainset' of https://github.com/stan-dev/stan
Browse files Browse the repository at this point in the history
 into feature/3299-chainset
  • Loading branch information
mitzimorris committed Oct 22, 2024
2 parents edbc96e + 1195c35 commit 3099088
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 3099088

Please sign in to comment.