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 sure the fake schedule is a tibble #43

Merged
merged 2 commits into from
Jan 20, 2024
Merged

Conversation

mrcaseb
Copy link
Member

@mrcaseb mrcaseb commented Jan 19, 2024

Fixes this error

s <- nflseedR::simulate_nfl(2024, simulations = 2)
#> ℹ 17:21:34 | Loading games data
#> ℹ No actual schedule exists for 2024, using fake schedule with correct opponents.
#> ℹ 17:21:36 | Beginning simulation of 2 seasons in 1 round
#> Error:
#> ℹ In index: 1.
#> Caused by error in `simulate_week()`:
#> ! During Week 1, your `process_games()` function had the following issues: `games` was not a tibble.

Created on 2024-01-19 with reprex v2.1.0

@mrcaseb mrcaseb merged commit 69fb102 into master Jan 20, 2024
6 checks passed
@mrcaseb mrcaseb deleted the fake-schedule-tibble branch January 20, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant