We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e847613 commit df08835Copy full SHA for df08835
1 file changed
R/tidyverse.R
@@ -38,6 +38,8 @@ vec_restore.errors <- function(x, ...) {
38
}
39
40
vec_proxy_equal.errors <- function(x, ...) {
41
+ old <- options(errors.compare.probabilistic = FALSE)
42
+ on.exit(do.call(options, old), TRUE)
43
x
44
45
# Currently necessary because of r-lib/vctrs/issues/1140
0 commit comments