From 1e3f2d3c0f27e94d7f7d90e14630c214226ad781 Mon Sep 17 00:00:00 2001 From: THEERTHA KARIYATHAN Date: Thu, 5 Jun 2025 14:44:42 +0200 Subject: [PATCH] rm line 392 --- R/TotalSpellTimeExceedingThreshold.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/R/TotalSpellTimeExceedingThreshold.R b/R/TotalSpellTimeExceedingThreshold.R index 72a51e0..5992b82 100644 --- a/R/TotalSpellTimeExceedingThreshold.R +++ b/R/TotalSpellTimeExceedingThreshold.R @@ -389,8 +389,6 @@ TotalSpellTimeExceedingThreshold <- function(data, threshold, spell, op = '>', warning("Parameter 'dates' must have named dimensions if 'start' and ", "'end' are not NULL. All data will be used.") } - data <- SelectPeriodOnData(data, dates, start, end, - time_dim = time_dim, ncores = ncores) } } -- GitLab