reproducibility of tidypredict_fit
snapshots for glm, lm, and ranger
#107
Labels
upkeep
maintenance, infrastructure, and similar
We attempted to transition some calls to
expect_silent
toexpect_snapshot
in conversion to testthat 3e in #105, but came across some inconsistencies in snapshots forglm
,lm
ranger
tests.The failures are shown in the check logs for c899210, but I'll paste them below in case those logs are deleted.
They arise from converting
expect_silent
toexpect_snapshot
at these lines and re-test
ing:tidypredict/tests/testthat/test-ranger.R
Line 46 in 620e316
tidypredict/tests/testthat/test_glm.R
Line 30 in 620e316
tidypredict/tests/testthat/test_lm.R
Line 24 in 620e316
dropdown: check logs
The text was updated successfully, but these errors were encountered: