We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51a225 commit f34fc2dCopy full SHA for f34fc2d
test/unit/math/mix/fun/Phi_test.cpp
@@ -17,7 +17,7 @@ TEST(mathMixMatFun, Phi_varmat) {
17
return Phi(x1);
18
};
19
std::vector<double> com_args = common_nonzero_args();
20
- std::vector<double> args{-27.5, -0.5, 0.0, 1.1 27.5};
+ std::vector<double> args{-27.5, -0.5, 0.0, 1.1, 27.5};
21
auto all_args = vec_concat(com_args, args);
22
Eigen::VectorXd A(all_args.size());
23
for (int i = 0; i < all_args.size(); ++i) {
0 commit comments