Skip to content

Commit 15a0a46

Browse files
committed
Remove unused variable in mcse.hpp
1 parent 9203984 commit 15a0a46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stan/analyze/mcmc/mcse.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ namespace analyze {
2121
* @return mcse
2222
*/
2323
inline double mcse_mean(const Eigen::MatrixXd& chains) {
24-
const Eigen::Index num_draws = chains.rows();
2524
if (chains.rows() < 4 || !is_finite_and_varies(chains))
2625
return std::numeric_limits<double>::quiet_NaN();
2726

0 commit comments

Comments
 (0)