We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f56d1 commit f4bdfb6Copy full SHA for f4bdfb6
1 file changed
test/unit/math/prim/constraint/lb_transform_test.cpp
@@ -90,7 +90,7 @@ TEST(prob_transform, lb_constrain_std_vector) {
90
Eigen::VectorXd lb(2);
91
lb << 2.0, stan::math::NEGATIVE_INFTY;
92
Eigen::VectorXd lb2(2);
93
- lb << stan::math::NEGATIVE_INFTY, 1.0;
+ lb2 << stan::math::NEGATIVE_INFTY, 1.0;
94
double lbd = 2.0;
95
96
Eigen::VectorXd lb_bad(3);
0 commit comments