Skip to content

Commit 33c30db

Browse files
committed
Update csv_header_consistency test
1 parent 21950a1 commit 33c30db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/interface/csv_header_consistency_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <stan/mcmc/chains.hpp>
1+
#include <stan/mcmc/chainset.hpp>
22
#include <stan/services/error_codes.hpp>
33
#include <test/utility.hpp>
44
#include <gtest/gtest.h>
@@ -28,7 +28,7 @@ TEST(interface, csv_header_consistency) {
2828

2929
std::ifstream ifstream;
3030
ifstream.open(samples.c_str());
31-
stan::mcmc::chains<> chains(
31+
stan::mcmc::chainset chains(
3232
stan::io::stan_csv_reader::parse(ifstream, &std::cout));
3333
ifstream.close();
3434

0 commit comments

Comments
 (0)