Skip to content

Commit

Permalink
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed Jan 25, 2024
1 parent 3b72f01 commit 32032d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/unit/services/optimize/laplace_sample_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ TEST_F(ServicesLaplaceSample, hessianOutput) {
EXPECT_EQ(count_matches("Hessian", hessian_str), 1);
}


TEST_F(ServicesLaplaceSample, noLP) {
Eigen::VectorXd theta_hat(2);
theta_hat << 2, 3;
Expand All @@ -154,7 +153,6 @@ TEST_F(ServicesLaplaceSample, noLP) {
std::string samples_str = sample_ss.str();
EXPECT_EQ(1, count_matches("log_p__", samples_str));
EXPECT_EQ(draws, count_matches("nan", samples_str));

}

TEST_F(ServicesLaplaceSample, wrongSizeModeError) {
Expand Down

0 comments on commit 32032d8

Please sign in to comment.