Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make evalcast::get_covidhub_predictions output a consistent class #608

Open
brookslogan opened this issue Dec 15, 2022 · 0 comments
Open

Comments

@brookslogan
Copy link
Collaborator

With use_disk=FALSE (default) this function outputs a c("predictions_cards", "data.frame"), while use_disk=TRUE will output a c("predictions_cards", "tbl_df", "tbl", "data.frame") (from collect). It'd be better to have a consistent output class (the latter is probably nicer, but could break some things, e.g., by making all.equal less strict).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant