Skip to content

Commit

Permalink
duration partition
Browse files Browse the repository at this point in the history
  • Loading branch information
rqthomas committed Nov 12, 2023
1 parent 5d0a509 commit 86040c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submission_processing/process_submissions.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ if(length(submissions) > 0){
score4cast::crps_logs_score(tg, extra_groups = c("project_id")) |> #project_specific
dplyr::mutate(date = lubridate::as_date(datetime)) |>
arrow::write_dataset(s3_scores,
partitioning = c("project_id", "variable", "model_id", "date"))
partitioning = c("project_id", "duration", "variable", "model_id", "date"))

bucket <- config$forecasts_bucket
curr_inventory <- fc |>
Expand Down

0 comments on commit 86040c5

Please sign in to comment.