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 81f3b45 commit f942abcCopy full SHA for f942abc
src/stan/services/pathfinder/multi.hpp
@@ -346,7 +346,7 @@ inline int pathfinder_lbfgs_multi(
346
// write again if there are remaining draws
347
if (j < (psis_draw_idxs.size() - 1)) {
348
while (j < (single_path_psis_idxs[i].second)
349
- && draw_idx == psis_draw_idxs.coeff(j + 1)) {
+ && draw_idx == psis_draw_idxs.coeff(j + 1)) {
350
safe_write(sample_row);
351
++j;
352
}
0 commit comments