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

Ensure correct point ordering #153

Merged
merged 3 commits into from
Jan 27, 2022
Merged

Ensure correct point ordering #153

merged 3 commits into from
Jan 27, 2022

Commits on Jan 21, 2022

  1. Ensure correct point ordering by accounting for FP error

    Because effective time is adding of 2 floats which can introduce precision error, it can be that the effective time of the previous block if AFTER the start time of the block you're processing. this shifts start times according to the previous effective time to retain correct ordering. We're really only interested in effective time when placing points anyway.
    firthm01 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    b746d74 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    d8801bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a99881 View commit details
    Browse the repository at this point in the history