You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue 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.
The internal
will_make_matrix()
functionlapply()
s on an input that could be atomic:parsnip/R/convert_data.R
Line 329 in 2588181
This approach is quite a bit slower than something like
check_outcome()
:parsnip/R/misc.R
Lines 344 to 345 in 2588181
Thankfully, most of the time,
will_make_matrix()
returns early before making it to this condition.The text was updated successfully, but these errors were encountered: