@@ -310,7 +310,8 @@ TEST_F(AgradRev, StanMath_integrate_1d_impl_rev_TestDerivatives_no_param_vars) {
310310 {}, -19.06340613646808 , 21.41380852375568 );
311311}
312312
313- TEST_F (AgradRev, StanMath_integrate_1d_impl_rev_TestDerivatives_left_limit_var) {
313+ TEST_F (AgradRev,
314+ StanMath_integrate_1d_impl_rev_TestDerivatives_left_limit_var) {
314315 // No param vars, only left limit var
315316 using stan::math::var;
316317 test_derivatives<var, double , double >(f3{}, -1.0 , 1.0 , {0.5 , 1.75 , 3.9 },
@@ -320,7 +321,8 @@ TEST_F(AgradRev, StanMath_integrate_1d_impl_rev_TestDerivatives_left_limit_var)
320321 {}, -19.06340613646808 , 0.0 );
321322}
322323
323- TEST_F (AgradRev, StanMath_integrate_1d_impl_rev_TestDerivatives_right_limit_var) {
324+ TEST_F (AgradRev,
325+ StanMath_integrate_1d_impl_rev_TestDerivatives_right_limit_var) {
324326 // No param vars, only right limit var
325327 using stan::math::var;
326328 test_derivatives<double , var, double >(f3{}, -1.0 , 1.0 , {0.5 , 1.75 , 3.9 },
@@ -355,7 +357,8 @@ TEST_F(AgradRev, StanMath_integrate_1d_impl_rev_TestDerivatives_tricky3) {
355357 f6{}, 0.0 , 1.0 , {0.75 }, {}, {}, 0.851926727945904 , {0.4814066053874294 });
356358}
357359
358- TEST_F (AgradRev, StanMath_integrate_1d_impl_rev_TestDerivatives_zero_crossing2) {
360+ TEST_F (AgradRev,
361+ StanMath_integrate_1d_impl_rev_TestDerivatives_zero_crossing2) {
359362 // Zero crossing integral + limit at infinity + var at left limit
360363 using stan::math::var;
361364 test_derivatives<var, double , var>(
@@ -364,7 +367,8 @@ TEST_F(AgradRev, StanMath_integrate_1d_impl_rev_TestDerivatives_zero_crossing2)
364367 std::numeric_limits<double >::quiet_NaN ());
365368}
366369
367- TEST_F (AgradRev, StanMath_integrate_1d_impl_rev_TestDerivatives_zero_crossing3) {
370+ TEST_F (AgradRev,
371+ StanMath_integrate_1d_impl_rev_TestDerivatives_zero_crossing3) {
368372 // Zero crossing integral + limit at negative infinity + var at right limit
369373 using stan::math::var;
370374 test_derivatives<double , var, var>(
@@ -382,7 +386,8 @@ TEST_F(AgradRev, StanMath_integrate_1d_impl_rev_TestDerivatives_indefinite) {
382386 2.536571480364399 , {});
383387}
384388
385- TEST_F (AgradRev, StanMath_integrate_1d_impl_rev_TestDerivatives_endpoint_precision) {
389+ TEST_F (AgradRev,
390+ StanMath_integrate_1d_impl_rev_TestDerivatives_endpoint_precision) {
386391 // Various integrals of beta function
387392 using stan::math::var;
388393 test_derivatives<double , double , var>(f11{}, 0.0 , 1.0 , {0.1 , 0.1 }, {}, {},
0 commit comments