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

use >=, not <= #904

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

use >=, not <= #904

wants to merge 1 commit into from

Commits on Jul 5, 2022

  1. use >=, not <=

    In general, we try to use `>=` and `<` rather than `<=` or `>` for time inequalities in our examples to be consistent with the fact that triage internally uses closed-right-ends and open-left-ends for time intervals. This makes translating examples into triage behavior easier. This commit fixes an example where we used `<=` for label creation.
    ecsalomon authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    969753a View commit details
    Browse the repository at this point in the history