Skip to content

Commit

Permalink
fix typo in weathergen eval setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tanerumit committed Feb 1, 2024
1 parent b0fa5ac commit 4cec844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/generateWeatherSeries.R
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ generateWeatherSeries <- function(

if(evaluate.model) {

sampleGrids <sample(grids, size = min(evaluate.grid.num, ngrids))
sampleGrids <- sample(grids, size = min(evaluate.grid.num, ngrids))
#sampleGrids <- 1:(min(evaluate.grid.num, ngrids))

rlz_sample <- list()
Expand Down

0 comments on commit 4cec844

Please sign in to comment.