Skip to content

Commit 9575d1a

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent 43847e5 commit 9575d1a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/unit/math/prim/functor/hcubature_test.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,21 +165,21 @@ TEST(StanMath_hcubature_prim, test1) {
165165
20000, 0.0, reqRelError_3, 0.999998);
166166
}
167167

168-
169168
TEST(StanMath_hcubature_prim, test_issue_3075) {
170-
// test for regressions against issue https://github.com/stan-dev/math/issues/3075
169+
// test for regressions against issue
170+
// https://github.com/stan-dev/math/issues/3075
171171
using stan::math::internal::GradientCalc;
172-
using stan::math::internal::wiener7_integrate;
173172
using stan::math::internal::wiener5_density;
173+
using stan::math::internal::wiener7_integrate;
174174

175-
auto params_st = std::make_tuple(0.553273, 1, -3.5, 0.55, 0.553161,
176-
1.06423, 0.0941929, 0.0, -28.3242);
175+
auto params_st = std::make_tuple(0.553273, 1, -3.5, 0.55, 0.553161, 1.06423,
176+
0.0941929, 0.0, -28.3242);
177177
Eigen::VectorXd xmin = Eigen::VectorXd::Zero(2);
178178
Eigen::VectorXd xmax = Eigen::VectorXd::Ones(2);
179179

180180
auto f = wiener7_integrate<GradientCalc::OFF, GradientCalc::OFF>(
181-
[](auto&&... args) { return wiener5_density<GradientCalc::ON>(args...); },
182-
-18.3029, params_st, 1, xmin, xmax, 6000, 0, 4.5e-05);
181+
[](auto&&... args) { return wiener5_density<GradientCalc::ON>(args...); },
182+
-18.3029, params_st, 1, xmin, xmax, 6000, 0, 4.5e-05);
183183

184184
ASSERT_FLOAT_EQ(f, 4.97571e-312);
185185
}

0 commit comments

Comments
 (0)