Closed
Description
The internal will_make_matrix()
function lapply()
s on an input that could be atomic:
Line 329 in 2588181
This approach is quite a bit slower than something like check_outcome()
:
Lines 344 to 345 in 2588181
Thankfully, most of the time, will_make_matrix()
returns early before making it to this condition.