Skip to content

Commit

Permalink
Merge pull request #93 from addelany/main
Browse files Browse the repository at this point in the history
fix author info for model build
  • Loading branch information
addelany authored Jun 4, 2024
2 parents 956f3fd + 514d663 commit 48d34f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/build_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ build_model <- function(model_id,
# '),
"start_datetime" = start_date,
"end_datetime" = end_date,
"providers"= c(stac4cast::generate_authors(metadata_table = model_documentation),list(
"providers"= c(stac4cast::generate_authors(model = model_id, metadata_table = model_documentation),list(
list(
"url"= catalog_config$host_url,
"name"= catalog_config$host_name,
Expand Down

0 comments on commit 48d34f7

Please sign in to comment.