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

Separate infer_data_interval for data interval timetables #17755

Merged

Commits on Aug 20, 2021

  1. Separate infer_data_interval implementations

    CronDataIntervalTimetable and DeltaDataIntervalTimetable needs
    different infer_data_interval implementations because since the 'align'
    method aligns the time *forward*, CronDataIntervalTimetable needs to
    call get_prev one more time than DeltaDataIntervalTimetable to get the
    correct interval.
    uranusjr committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    ab1aa20 View commit details
    Browse the repository at this point in the history