Skip to content

Commit e666cfa

Browse files
authored
Remove internal newlines in stansummary output
1 parent 1a9bbd0 commit e666cfa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cmdstan/stansummary_helper.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,13 +687,11 @@ void write_sampler_info(const stan::io::stan_csv_metadata &metadata,
687687
*out << prefix
688688
<< "For each parameter, ESS_bulk and ESS_tail measure the "
689689
"effective sample size "
690-
<< std::endl
691690
<< "for the entire sample (bulk) and for the "
692691
"the .05 and .95 tails (tail), "
693692
<< std::endl;
694693
*out << prefix
695694
<< "and R_hat measures the potential scale reduction on split chains."
696-
<< std::endl
697695
<< "At convergence R_hat will be very close to 1.00." << std::endl;
698696
}
699697

0 commit comments

Comments
 (0)