From f694b52563f99bca2fec68c3315cfea2f3705ba8 Mon Sep 17 00:00:00 2001 From: Francisco Bischoff Date: Thu, 30 Nov 2023 04:17:17 +0000 Subject: [PATCH] update floss --- scripts/common/score_floss.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common/score_floss.R b/scripts/common/score_floss.R index 49dffba..b3758f7 100644 --- a/scripts/common/score_floss.R +++ b/scripts/common/score_floss.R @@ -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)