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

Conversation

ecsalomon
Copy link
Contributor

@ecsalomon ecsalomon commented Jul 5, 2022

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-left-ends and open-right-ends for time intervals. This makes mentally translating examples into triage behavior easier. This commit fixes an example where we used <= for label creation.

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.
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.

None yet

1 participant