Skip to content

Commit

Permalink
updating submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rqthomas committed Jan 9, 2024
1 parent 17b3328 commit a2bb56c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion challenge_configuration.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
challenge_long_name: NEON Ecological Forecasting Challenge
project_id: neon4cast
endpoint: sdsc.osn.xsede.org
noaa_endpoint: s3.flare-forecast.org
noaa_endpoint: sdsc.osn.xsede.org
submissions_endpoint: submit.ecoforecast.org
scores_bucket: bio230014-bucket01/challenges/scores
forecasts_bucket: bio230014-bucket01/challenges/forecasts
Expand Down
1 change: 1 addition & 0 deletions submission_processing/process_submissions.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ message("Downloading forecasts ...")
minioclient::mc_mirror(from = paste0("submit/",config$submissions_bucket), to = local_dir)

submissions <- fs::dir_ls(local_dir, recurse = TRUE, type = "file")
submissions <- submissions[stringr::str_detect(submissions, "2023", negate = TRUE)]
submissions_filenames <- basename(submissions)

if(length(submissions) > 0){
Expand Down

0 comments on commit a2bb56c

Please sign in to comment.