Skip to content

Commit

Permalink
Merge branch 'feature/3299-chainset' of https://github.com/stan-dev/stan
Browse files Browse the repository at this point in the history
 into feature/3299-chainset
  • Loading branch information
mitzimorris committed Oct 20, 2024
2 parents fb0cc65 + aaa7325 commit 2f67bc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/unit/mcmc/chainset_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ class McmcChains : public testing::Test {
std::stringstream out;

std::ifstream bernoulli_500_stream, bernoulli_default_stream,
bernoulli_thin_stream, bernoulli_warmup_stream,
eight_schools_1_stream, eight_schools_2_stream;
bernoulli_thin_stream, bernoulli_warmup_stream, eight_schools_1_stream,
eight_schools_2_stream;

stan::io::stan_csv bernoulli_500, bernoulli_default, bernoulli_thin,
bernoulli_warmup, eight_schools_1, eight_schools_2;
bernoulli_warmup, eight_schools_1, eight_schools_2;
};

TEST_F(McmcChains, constructor) {
Expand Down

0 comments on commit 2f67bc0

Please sign in to comment.