Skip to content

remove snapshot test for default error #1198

Closed
@simonpcouch

Description

@simonpcouch

I'm not sure this tests anything of interest to us:

Code
translate(mlp(mode = "classification", x = x, y = y) %>% set_engine("keras"))
Condition
Error in `mlp()`:
! unused arguments (x = x, y = y)
---
Code
translate(mlp(mode = "regression", formula = y ~ x) %>% set_engine())
Condition
Error in `mlp()`:
! unused argument (formula = y ~ x)

Metadata

Metadata

Assignees

No one assigned

    Labels

    upkeepmaintenance, infrastructure, and similar

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions