@simonpcouch did a lot of work to refactor the parsnip unit tests for 3E.
There were a lot of redundant tests for the parsnip infrastructure that were contained in the tests for specific model functions. This PR simplifies the basic testing of poisson_reg() and gets rid of errors cased by the most recent parsnip changes.
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.
@simonpcouch did a lot of work to refactor the parsnip unit tests for 3E.
There were a lot of redundant tests for the parsnip infrastructure that were contained in the tests for specific model functions. This PR simplifies the basic testing of
poisson_reg()
and gets rid of errors cased by the most recent parsnip changes.