Make evalcast::get_covidhub_predictions
output a consistent class
#608
Labels
evalcast::get_covidhub_predictions
output a consistent class
#608
With
use_disk=FALSE
(default) this function outputs ac("predictions_cards", "data.frame")
, whileuse_disk=TRUE
will output ac("predictions_cards", "tbl_df", "tbl", "data.frame")
(fromcollect
). It'd be better to have a consistent output class (the latter is probably nicer, but could break some things, e.g., by makingall.equal
less strict).The text was updated successfully, but these errors were encountered: