Skip to content

Commit

Permalink
fix to predict sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiosg committed Apr 23, 2024
1 parent 376ae71 commit 6dc7f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/predict.R
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ sample_block <- function(x, h, nsim, block) {
.sample_rows(ematrix, no_samples + 3, h = h)
}))
}
return(nsim)
return(zsim)
}


Expand Down

0 comments on commit 6dc7f0f

Please sign in to comment.