Skip to content

Commit 6beecf2

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent d950422 commit 6beecf2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

test/unit/math/mix/fun/exp_test.cpp

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ TEST(mathMixMatFun, exp) {
77
};
88
stan::test::expect_common_unary_vectorized<
99
stan::test::ScalarSupport::RealAndComplex>(f);
10-
// stan::test::expect_unary_vectorized<
11-
// stan::test::ScalarSupport::RealAndComplex>(f, -15.2, -10, -0.5, 0.5, 1,
12-
// 1.0, 1.3, 5, 10);
13-
// stan::test::expect_complex_common(f);
10+
// stan::test::expect_unary_vectorized<
11+
// stan::test::ScalarSupport::RealAndComplex>(f, -15.2, -10, -0.5, 0.5,
12+
// 1,
13+
// 1.0, 1.3, 5, 10);
14+
// stan::test::expect_complex_common(f);
1415

1516
std::vector<double> com_args = stan::test::internal::common_nonzero_args();
1617
std::vector<double> args{-2.6, -0.5, 0.5, 1.5};
1718

18-
//stan::test::expect_ad_vector_matvar(f, stan::math::to_vector(com_args));
19-
//stan::test::expect_ad_vector_matvar(f, stan::math::to_vector(args));
19+
// stan::test::expect_ad_vector_matvar(f, stan::math::to_vector(com_args));
20+
// stan::test::expect_ad_vector_matvar(f, stan::math::to_vector(args));
2021
}

0 commit comments

Comments
 (0)