Skip to content

Commit

Permalink
update floss
Browse files Browse the repository at this point in the history
  • Loading branch information
franzbischoff committed Nov 30, 2023
1 parent 02a07fe commit f694b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common/score_floss.R
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ score_regimes_limit <- function(gtruth, reported, data_size, max_size = 2500) {

# Proceed if same size
if (length(gtruth) == length(reported)) {
scores <- purrr::pmap_dbl(list(gtruth, reported, data_size), score_regimes)
scores <- purrr::pmap_dbl(list(gtruth, reported, data_size), score_regimes_limit)
}

return(scores)
Expand Down

0 comments on commit f694b52

Please sign in to comment.