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

removed some unused variables in load_forecasts_zoltar.R #382

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

matthewcornell
Copy link
Member

Please double-check that these were safe to remove, esp. that there were no side effects I missed. Thanks!

Comment on lines -69 to -74
# get all valid timezeros in project
all_valid_timezeros <- zoltr::timezeros(
zoltar_connection = zoltar_connection,
project_url = project_url
)$timezero_date

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests seem to fail without this (not sure why but presumably a zoltar issue?). Perhaps a good use of this would be to check that the passed forecast_dates are valid timezeros?

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.

2 participants