Skip to content

Commit

Permalink
add code version
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Nov 13, 2024
1 parent d99ab0f commit 36e1978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reporting/get_metric_info/script.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ outputs <- map(configs, function(config) {
paper_reference = info$reference %||% NA_character_,
implementation_url = info$implementation_url %||% NA_character_,
image = info$image_url %||% NA_character_,
code_version = NA_character_,
code_version = info$code_version %||% NA_character_,
commit_sha = info$commit_sha,
maximize = info$maximize
)
Expand Down

0 comments on commit 36e1978

Please sign in to comment.