Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebanomedina committed Feb 9, 2021
1 parent 42c45cb commit a0eaa8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/downscaleChunk.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ downscaleChunk <- function(x, y, newdata, simulate = FALSE,
})
p <- NULL
})
ini <- ifelse(isTRUE(predict),length(newdata)*length(simulate)+1,length(newdata)*length(simulate))
ini <- ifelse(isTRUE(predict),(length(newdata)*length(simulate))+1,length(newdata)*length(simulate))
pred <- list()
for (i in 1:ini) {
lf <- list.files("./", pattern = paste0("dataset",i), full.names = TRUE)
Expand Down

0 comments on commit a0eaa8c

Please sign in to comment.