tidymodels / poissonreg

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

Update tests on `poisson_reg()` #55

Closed hfrick closed 1 year ago

hfrick commented 1 year ago

This PR updates the tests on poisson_reg() to stay in sync with the testing pattern in parsnip and other extensions:

The changes are easier to read by commits: 1) The first commit removes tests that are moved to parsnip in https://github.com/tidymodels/parsnip/pull/854. 2) The second commit updates tests on model arguments which do require an engine to the current testing pattern in parsnip and other extensions.

github-actions[bot] commented 1 year 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.