Skip to content

Commit

Permalink
Removed code that was added to try to get to pass the windows github …
Browse files Browse the repository at this point in the history
…checks.
  • Loading branch information
emeyers committed Mar 15, 2024
1 parent 3ab2163 commit 52f0dc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/cv_standard.R
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ run_decoding.cv_standard <- function(cv_obj) {
iResample <- 0 # to deal with an R check note
all_resample_run_decoding_results <- list()
all_resample_run_decoding_results <- foreach(iResample = 1:num_resample_runs,
.export=c("read_raster_data","get_data"),
.options.snow=opts) %do_type% {


Expand Down

0 comments on commit 52f0dc2

Please sign in to comment.