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

DM-34332: Document ip_isr #243

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

DM-34332: Document ip_isr #243

wants to merge 6 commits into from

Conversation

czwa
Copy link
Contributor

@czwa czwa commented Dec 2, 2022

Update ancient docstrings to modern format. Fix some remaining typos. Populate doc/ tree.

@@ -27,9 +27,13 @@
from lsst.meas.algorithms import (SubtractBackgroundTask, SourceDetectionTask)


__all__ = ['AmpOffsetConfig', 'AmpOffsetTask']
Copy link
Member

Choose a reason for hiding this comment

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

Doesn't main already have this change (but with different quotes)?

Copy link
Member

Choose a reason for hiding this comment

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

(Ah, I see that the main one is a few lines above this -- the __all__ should always be before the first import)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It looks like the additions happened in parallel on different tickets, and I didn't notice in the diff because they're separated. I'll go through and clean up the extras throughout.

@@ -27,6 +27,9 @@
import lsst.pex.config as pexConfig


__all__ = ['IsrQaFlatnessConfig', 'IsrQaConfig', 'makeThumbnail']
Copy link
Member

Choose a reason for hiding this comment

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

This one is also duplicating one that is higher up the file. I'll stop commenting about them now since you should be able to find ones that have multiple __all__ in a single file.

Copy link
Member

Choose a reason for hiding this comment

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

It was all done in #227.

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.

2 participants