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

Fix rule violations #1

Closed

Conversation

WilliamJamieson
Copy link

This PR performed a rebase and then fixed all the rule violations. You have the ability for maintainers to push changes to your branch turned off so I could not push these to this branch. So feel free to just examine this branch and cherry pick the commits off of it or reset your branch to these changes.

Checklist

  • added entry in CHANGES.rst under the corresponding subsection
  • updated relevant tests
  • updated relevant documentation
  • updated relevant milestone(s)
  • added relevant label(s)
  • ran regression tests, post a link to the Jenkins job below. How to run regression tests on a PR
    update context from 0052 to 0056

@@ -150,6 +150,6 @@ def get_exposure_type(self, item, default="science"):
exp_type = item["exp_type"]

if exp_type == "wfi_image":
exp_type == "science"
exp_type = "science"
Copy link
Author

Choose a reason for hiding this comment

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

This creates a test failure, but it is clearly a bug.

zacharyburnett pushed a commit that referenced this pull request Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants