Seeing snap failures for visualize() on fit.infer() output (first seen in #544 but can also observe on main)—only tests on output from fit(), and all of the output from fit(). No changes to vdiffr or the graphics engine that would explain the new failures, and only on macOS, so I'm a bit confused as to what the root cause may be, but the snaps are visually indistinguishable to me.
I'm guessing macOS will pass but other check systems will fail, in which case we'll need to make snap variants depending on OS.
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Seeing snap failures for
visualize()
onfit.infer()
output (first seen in #544 but can also observe onmain
)—only tests on output fromfit()
, and all of the output fromfit()
. No changes to vdiffr or the graphics engine that would explain the new failures, and only on macOS, so I'm a bit confused as to what the root cause may be, but the snaps are visually indistinguishable to me.I'm guessing macOS will pass but other check systems will fail, in which case we'll need to make snap variants depending on OS.