Skip to content

Commit 473a28c

Browse files
committed
Merge branch 'feature/issue-2814-warmup-auto' of https://github.com/stan-dev/stan into feature/issue-2814-warmup-auto
2 parents 9a3cb36 + b07569a commit 473a28c

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

src/test/unit/mcmc/auto_adaptation_learn_covariance_pick_diag_test.cpp

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,13 @@ TEST(McmcVarAdaptation, learn_covariance_pick_diagonal) {
1717
const int M = 2;
1818
const int N = 20;
1919
Eigen::MatrixXd qs(N, M);
20-
qs << -1.12310858, -0.98044486,
21-
-0.40288484, -0.31777537,
22-
-0.46665535, -0.41468940,
23-
0.77996512, 0.79419535,
24-
-0.08336907, 0.12997631,
25-
0.25331851, 0.17888355,
26-
-0.02854676, -0.25660897,
27-
-0.04287046, 0.06199044,
28-
1.36860228, 1.16082198,
29-
-0.22577099, -0.27199475,
30-
1.51647060, 1.46738068,
31-
-1.54875280, -1.42235482,
32-
0.58461375, 0.40408060,
33-
0.12385424, 0.12959917,
34-
0.21594157, 0.18045828,
35-
0.37963948, 0.34225195,
36-
-0.50232345, -0.41356307,
37-
-0.33320738, -0.33695265,
38-
-1.01857538, -0.85228019,
39-
-1.07179123, -0.98666076;
20+
qs << -1.12310858, -0.98044486, -0.40288484, -0.31777537, -0.46665535,
21+
-0.41468940, 0.77996512, 0.79419535, -0.08336907, 0.12997631, 0.25331851,
22+
0.17888355, -0.02854676, -0.25660897, -0.04287046, 0.06199044, 1.36860228,
23+
1.16082198, -0.22577099, -0.27199475, 1.51647060, 1.46738068, -1.54875280,
24+
-1.42235482, 0.58461375, 0.40408060, 0.12385424, 0.12959917, 0.21594157,
25+
0.18045828, 0.37963948, 0.34225195, -0.50232345, -0.41356307, -0.33320738,
26+
-0.33695265, -1.01857538, -0.85228019, -1.07179123, -0.98666076;
4027

4128
Eigen::MatrixXd covar(M, M);
4229
bool covar_is_diagonal;

0 commit comments

Comments
 (0)