tidymodels / poissonreg

parsnip wrappers for Poisson regression
https://poissonreg.tidymodels.org
Other
22 stars 4 forks source link

update tests based on recent parsnip testing changes #35

Closed topepo closed 2 years ago

topepo commented 2 years ago

@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.

github-actions[bot] commented 2 years ago

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.