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

JP-3689: Fix logic operator #285

Merged
merged 3 commits into from
Sep 10, 2024
Merged

Conversation

drlaw1558
Copy link
Contributor

This PR fixes the mismatch in > vs >= operators described in the jump step by JP-3689.

Checklist

  • for a public change, added a towncrier news fragment in changes/:

    echo "changed something" > changes/<PR#>.<changetype>.rst

    • changes/<PR#>.apichange.rst: change to public API
    • changes/<PR#>.bugfix.rst: fixes an issue
    • changes/<PR#>.general.rst: infrastructure or miscellaneous change
  • updated relevant tests

  • updated relevant documentation

  • updated relevant milestone(s)

  • added relevant label(s)

@drlaw1558 drlaw1558 requested a review from a team as a code owner August 30, 2024 16:45
@github-actions github-actions bot added the jump label Aug 30, 2024
Copy link

codecov bot commented Aug 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.38%. Comparing base (ac0ae67) to head (3b0f596).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #285   +/-   ##
=======================================
  Coverage   84.38%   84.38%           
=======================================
  Files          41       41           
  Lines        7557     7557           
=======================================
  Hits         6377     6377           
  Misses       1180     1180           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tapastro tapastro self-requested a review September 10, 2024 13:07
Copy link
Collaborator

@tapastro tapastro left a comment

Choose a reason for hiding this comment

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

Thanks for confirming and implementing the fix!

@tapastro tapastro merged commit c23ac15 into spacetelescope:main Sep 10, 2024
21 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants