File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ TEST(interface, output_multi) {
4141 for (size_t i = 0 ; i < 9 ; ++i) {
4242 EXPECT_EQ (names[i], chain_param_names[i]);
4343 }
44- std::string diag_name = cmdstan::test::convert_model_path (model_path) + " _diag_10.csv" ;
44+ std::string diag_name
45+ = cmdstan::test::convert_model_path (model_path) + " _diag_10.csv" ;
4546 std::ifstream diag_file (diag_name);
4647 EXPECT_TRUE (diag_file.good ());
4748 }
@@ -65,7 +66,8 @@ TEST(interface, output_multi) {
6566 for (size_t i = 0 ; i < 9 ; ++i) {
6667 EXPECT_EQ (names[i], chain_param_names[i]);
6768 }
68- std::string diag_name = cmdstan::test::convert_model_path (model_path) + " _diag_11.csv" ;
69+ std::string diag_name
70+ = cmdstan::test::convert_model_path (model_path) + " _diag_11.csv" ;
6971 std::ifstream diag_file (diag_name);
7072 EXPECT_TRUE (diag_file.good ());
7173 }
You can’t perform that action at this time.
0 commit comments