Skip to content

Commit 1ca4162

Browse files
committed
fix cpplint
1 parent 40920f5 commit 1ca4162

4 files changed

Lines changed: 7 additions & 14 deletions

File tree

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88
// We check that the values of the new regression match those of one built
99
// from existing primitives.
10-
TEST_F(AgradRev,
11-
ProbDistributionsBernoulliLogitGLM_glm_matches_bernoulli_logit_doubles) {
10+
TEST_F(AgradRev, bernoulli_glm_matches_bernoulli_logit_doubles) {
1211
using Eigen::Dynamic;
1312
using Eigen::Matrix;
1413
using stan::math::var;
@@ -32,9 +31,7 @@ TEST_F(AgradRev,
3231

3332
// We check that the values of the new regression match those of one built
3433
// from existing primitives.
35-
TEST_F(
36-
AgradRev,
37-
ProbDistributionsBernoulliLogitGLM_glm_matches_bernoulli_logit_doubles_rand) {
34+
TEST_F(AgradRev, bernoulli_glm_matches_bernoulli_logit_doubles_rand) {
3835
using Eigen::Dynamic;
3936
using Eigen::Matrix;
4037
using stan::math::var;

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ stan::return_type_t<T_x, T_alpha, T_beta> categorical_logit_glm_simple_lpmf(
3030
return lpmf;
3131
}
3232

33-
TEST(ProbDistributionsCategoricalLogitGLM,
34-
glm_matches_categorical_logit_doubles) {
33+
TEST(ProbDistributionsCategoricalLogitGLM, glm_matches_categorical_logit_doubles) {
3534
using Eigen::Dynamic;
3635
using Eigen::Matrix;
3736
using Eigen::MatrixXd;

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// We check that the values of the new regression match those of one built
99
// from existing primitives.
10-
TEST_F(AgradRev, ProbDistributionsNormalIdGLM_glm_matches_normal_id_doubles) {
10+
TEST_F(AgradRev, normal_glm_matches_normal_id_doubles) {
1111
using Eigen::Dynamic;
1212
using Eigen::Matrix;
1313
using stan::math::var;
@@ -30,8 +30,7 @@ TEST_F(AgradRev, ProbDistributionsNormalIdGLM_glm_matches_normal_id_doubles) {
3030
}
3131
// We check that the values of the new regression match those of one built
3232
// from existing primitives.
33-
TEST_F(AgradRev,
34-
ProbDistributionsNormalIdGLM_glm_matches_normal_id_doubles_rand) {
33+
TEST_F(AgradRev, normal_glm_matches_normal_id_doubles_rand) {
3534
using Eigen::Dynamic;
3635
using Eigen::Matrix;
3736
using stan::math::var;

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88
// We check that the values of the new regression match those of one built
99
// from existing primitives.
10-
TEST_F(AgradRev,
11-
ProbDistributionsPoissonLogGLM_glm_matches_poisson_log_doubles) {
10+
TEST_F(AgradRev, poisson_glm_matches_poisson_log_doubles) {
1211
using Eigen::Dynamic;
1312
using Eigen::Matrix;
1413
using stan::math::var;
@@ -29,8 +28,7 @@ TEST_F(AgradRev,
2928
}
3029
// We check that the values of the new regression match those of one built
3130
// from existing primitives.
32-
TEST_F(AgradRev,
33-
ProbDistributionsPoissonLogGLM_glm_matches_poisson_log_doubles_rand) {
31+
TEST_F(AgradRev, poisson_glm_matches_poisson_log_doubles_rand) {
3432
using Eigen::Dynamic;
3533
using Eigen::Matrix;
3634
using stan::math::var;

0 commit comments

Comments
 (0)