-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
library(tiltAddCO2)
# Expected
# Warning: "All values of `min` are `NA`
data <- tibble::tribble(
~min_jitter, ~min, ~max, ~max_jitter,
0.8, NA, 2, 2.2,
)
# But NaN with no warning
summarize_noise(data)
#> # A tibble: 1 × 2
#> min_noise max_noise
#> <dbl> <dbl>
#> 1 NaN 10.0Created on 2024-06-17 with reprex v2.1.0
Metadata
Metadata
Assignees
Labels
No labels