Skip to content

Commit df08835

Browse files
committed
do not use probabilistic comparisons with vctrs
1 parent e847613 commit df08835

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

R/tidyverse.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ vec_restore.errors <- function(x, ...) {
3838
}
3939

4040
vec_proxy_equal.errors <- function(x, ...) {
41+
old <- options(errors.compare.probabilistic = FALSE)
42+
on.exit(do.call(options, old), TRUE)
4143
x
4244
}
4345
# Currently necessary because of r-lib/vctrs/issues/1140

0 commit comments

Comments
 (0)