Skip to content

DOC: Complete API for pixel_replace#10536

Draft
pllim wants to merge 1 commit into
spacetelescope:mainfrom
pllim:the-replacement-pixels
Draft

DOC: Complete API for pixel_replace#10536
pllim wants to merge 1 commit into
spacetelescope:mainfrom
pllim:the-replacement-pixels

Conversation

@pllim
Copy link
Copy Markdown
Collaborator

@pllim pllim commented May 11, 2026

Towards JP-4107

This PR addresses pixel_replace portion of #9793 . Only touch docs so should not need RT.

On main:

With this patch:

Tasks

  • If you have a specific reviewer in mind, tag them.
  • add a build milestone, i.e. Build 12.0 (use the latest build if not sure)
  • Does this PR change user-facing code / API? (if not, label with no-changelog-entry-needed)
    • write news fragment(s) in changes/: echo "changed something" > changes/<PR#>.<changetype>.rst (see changelog readme for instructions)
      • if your change breaks step-level or public API (as defined in the docs), also add a changes/<PR#>.breaking.rst news fragment
    • update or add relevant tests
    • update relevant docstrings and / or docs/ page
    • start a regression test and include a link to the running job (click here for instructions)
      • Do truth files need to be updated ("okified")?
        • after the reviewer has approved these changes, run okify_regtests to update the truth files
  • if a JIRA ticket exists, make sure it is resolved properly

log = logging.getLogger(__name__)

__all__ = ["PixelReplacement"]
__all__ = ["PixelReplaceArrays", "PixelReplacement"]
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Is this acceptable change for a doc PR?

@codecov
Copy link
Copy Markdown

codecov Bot commented May 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.38%. Comparing base (a3708db) to head (60fc245).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10536      +/-   ##
==========================================
- Coverage   86.38%   86.38%   -0.01%     
==========================================
  Files         373      373              
  Lines       40068    40068              
==========================================
- Hits        34614    34612       -2     
- Misses       5454     5456       +2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant