We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dk_prepare_schematic()
Currently it takes about 0.5s to run dk_prepare_schematic() when all data is passed:
draft_group_id <- 80584 draft_group <- dk_get_draft_group(draft_group_id) draft_group_info <- dk_get_draft_group_info(draft_group_id) rules <- dk_get_game_type_rules(96) draft_group$exp_fp <- runif(nrow(draft_group)) system.time(dk_prepare_schematic(draft_group_id = draft_group_id, rules = rules, draft_group = draft_group))
This means that to prepare all the draft groups for an entire NBA season (about 700) takes about 6 minutes.
The text was updated successfully, but these errors were encountered:
Addressed in #30
Sorry, something went wrong.
No branches or pull requests
Currently it takes about 0.5s to run
dk_prepare_schematic()
when all data is passed:This means that to prepare all the draft groups for an entire NBA season (about 700) takes about 6 minutes.
The text was updated successfully, but these errors were encountered: