tidymodels / dials

Tools for creating tuning parameter values
https://dials.tidymodels.org/
Other
113 stars 27 forks source link

Update usage of `expect_error()` #360

Closed hfrick closed 3 weeks ago

hfrick commented 3 weeks ago
>     grid_max_entropy(
+       size = 11,
+       original = FALSE
+     )
Error in UseMethod("grid_max_entropy") : 
  no applicable method for 'grid_max_entropy' applied to an object of class "c('double', 'numeric')"