Skip to content

Commit

Permalink
only include designated models in the webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidari committed Jan 10, 2025
1 parent f9ac7af commit 6f1044a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/get_webtext.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ contributing_teams <- readr::read_csv(
reference_date, "-models-submitted-to-hub.csv"
)),
show_col_types = FALSE
)
) |>
dplyr::filter(Designated_Model)

weekly_submissions <- hubData::load_model_metadata(
hub_path,
model_ids = contributing_teams$Model
Expand Down

0 comments on commit 6f1044a

Please sign in to comment.