Skip to content

Commit 03410dc

Browse files
committed
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
1 parent b530586 commit 03410dc

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

test/unit/math/rev/core/precomputed_gradients_test.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ TEST_F(AgradRev, StanAgradRevInternal_precomputed_gradients_containers) {
131131
stan::math::recover_memory();
132132
}
133133

134-
TEST_F(AgradRev,
135-
StanAgradRevInternal_precomputed_gradients_containers_direct_construction) {
134+
TEST_F(
135+
AgradRev,
136+
StanAgradRevInternal_precomputed_gradients_containers_direct_construction) {
136137
double value = 1;
137138
std::vector<stan::math::var> vars;
138139
std::vector<double> gradients;

test/unit/math/rev/functor/integrate_1d_impl_test.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,9 @@ TEST_F(AgradRev, StanMath_integrate_1d_impl_rev_TestDerivatives_gaussian) {
418418
{0.0, 0.0});
419419
}
420420

421-
TEST_F(AgradRev,
422-
StanMath_integrate_1d_impl_rev_TestDerivativesSameVarAtEndpointAndInParams) {
421+
TEST_F(
422+
AgradRev,
423+
StanMath_integrate_1d_impl_rev_TestDerivativesSameVarAtEndpointAndInParams) {
423424
using stan::math::var;
424425

425426
var a = 2.0;

test/unit/math/rev/prob/skew_double_exponential_ccdf_log_test.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ inline auto skew_de_ccdf_test(const T1& y, const T2& mu, const T3& sigma,
2626
}
2727
}
2828

29-
TEST_F(AgradRev,
30-
RevProbDistributionsSkewedDoubleExponential_lccdf_computes_correct_gradients) {
29+
TEST_F(
30+
AgradRev,
31+
RevProbDistributionsSkewedDoubleExponential_lccdf_computes_correct_gradients) {
3132
using stan::math::skew_double_exponential_lccdf;
3233

3334
for (double ys : {-1.7, 0.2, 0.5, 0.9, 1.1, 3.2, 8.3}) {

0 commit comments

Comments
 (0)