We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21950a1 commit 33c30dbCopy full SHA for 33c30db
src/test/interface/csv_header_consistency_test.cpp
@@ -1,4 +1,4 @@
1
-#include <stan/mcmc/chains.hpp>
+#include <stan/mcmc/chainset.hpp>
2
#include <stan/services/error_codes.hpp>
3
#include <test/utility.hpp>
4
#include <gtest/gtest.h>
@@ -28,7 +28,7 @@ TEST(interface, csv_header_consistency) {
28
29
std::ifstream ifstream;
30
ifstream.open(samples.c_str());
31
- stan::mcmc::chains<> chains(
+ stan::mcmc::chainset chains(
32
stan::io::stan_csv_reader::parse(ifstream, &std::cout));
33
ifstream.close();
34
0 commit comments