Skip to content

Commit

Permalink
Merge branch 'feature/3299-improve-ESS-MCSE' of https://github.com/st…
Browse files Browse the repository at this point in the history
…an-dev/stan into feature/3299-improve-ESS-MCSE
  • Loading branch information
mitzimorris committed Aug 2, 2024
2 parents ed3d41e + fd2e2e0 commit f2e6cb5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ TEST_F(ComputeRhat, chains_compute_split_potential_scale_reduction) {
}
}


TEST_F(ComputeRhat, compute_split_potential_scale_reduction) {
std::stringstream out;
stan::io::stan_csv blocker1
Expand Down Expand Up @@ -175,7 +174,6 @@ TEST_F(ComputeRhat, compute_split_potential_scale_reduction) {
}
}


TEST_F(ComputeRhat, compute_split_potential_scale_reduction_convenience) {
std::stringstream out;
stan::io::stan_csv blocker1
Expand Down Expand Up @@ -215,7 +213,6 @@ TEST_F(ComputeRhat, compute_split_potential_scale_reduction_convenience) {
}
}


TEST_F(ComputeRhat, compute_potential_scale_reduction_constant) {
std::vector<std::string> param_names{"a"};
stan::mcmc::chains<> chains(param_names);
Expand All @@ -227,7 +224,6 @@ TEST_F(ComputeRhat, compute_potential_scale_reduction_constant) {
<< "rhat for index: " << 1 << ", parameter: " << chains.param_name(1);
}


TEST_F(ComputeRhat, compute_potential_scale_reduction_nan) {
std::vector<std::string> param_names{"a"};
stan::mcmc::chains<> chains(param_names);
Expand All @@ -238,4 +234,3 @@ TEST_F(ComputeRhat, compute_potential_scale_reduction_nan) {
ASSERT_TRUE(std::isnan(chains.split_potential_scale_reduction(0)))
<< "rhat for index: " << 1 << ", parameter: " << chains.param_name(1);
}

0 comments on commit f2e6cb5

Please sign in to comment.