Skip to content

Commit

Permalink
address fit.infer() + visualize() snap failures (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch authored Sep 17, 2024
1 parent 10c9901 commit bc41b0b
Show file tree
Hide file tree
Showing 7 changed files with 121 additions and 120 deletions.
40 changes: 20 additions & 20 deletions tests/testthat/_snaps/visualize/viz-fit-bare.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 20 additions & 20 deletions tests/testthat/_snaps/visualize/viz-fit-conf-int.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 20 additions & 20 deletions tests/testthat/_snaps/visualize/viz-fit-no-h0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 20 additions & 20 deletions tests/testthat/_snaps/visualize/viz-fit-p-val-both.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 20 additions & 20 deletions tests/testthat/_snaps/visualize/viz-fit-p-val-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 20 additions & 20 deletions tests/testthat/_snaps/visualize/viz-fit-p-val-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tests/testthat/test-visualize.R
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ test_that("visualize warns about removing `NaN`", {

test_that("visualize can handle multiple explanatory variables", {
skip_if(getRversion() < "4.1.0")
skip_if_not(identical(Sys.info()[["sysname"]], "Darwin"))

# generate example objects
null_fits <- gss %>%
Expand Down

0 comments on commit bc41b0b

Please sign in to comment.