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 b0c6159 commit 5522b9dCopy full SHA for 5522b9d
1 file changed
test/unit/math/mix/fun/minus_test.cpp
@@ -41,7 +41,7 @@ TEST(MathMixMatFun, minus) {
41
}
42
43
Eigen::MatrixXd v22(2, 2);
44
- u22 << 5, 6, 7, 8;
+ v22 << 5, 6, 7, 8;
45
std::vector<Eigen::MatrixXd> vec_mat{u22, v22};
46
stan::test::expect_ad(f, vec_mat);
47
0 commit comments