Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
Co-authored-by: Mitchell O'Hara-Wild <mitchelloharawild@users.noreply.github.com>
  • Loading branch information
venpopov and mitchelloharawild authored Apr 1, 2024
1 parent 3bcfa19 commit 0f63f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/default.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ support.dist_default <- function(x, ...) {
new_support_region(
list(vctrs::vec_init(generate(x, 1), n = 0L)),
list(qs),
list(ifelse(near(ds, 0), FALSE, TRUE))
list(!near(ds, 0))
)
}

Expand Down

0 comments on commit 0f63f30

Please sign in to comment.