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

Tickets/dm 6074 #16

Merged
merged 3 commits into from Jun 6, 2016
Merged

Tickets/dm 6074 #16

merged 3 commits into from Jun 6, 2016

Conversation

r-owen
Copy link
Contributor

@r-owen r-owen commented Jun 6, 2016

No description provided.

Combine two tests that had identical names (one shadowed the other).
"not a in b" -> "a not in b"
One statement per line.
Break a few lines that were too long.
Remove trailing whitespace.
@@ -172,13 +172,27 @@ is to use a camera-specific variant of a subtask. Examples include:
- lsst.obs.sdss.selectSdssImages.SelectSdssImagesTask: an version of the task that selects images
for co-addition of SDSS stripe 82 images

Here is an example of retargeting a subtask in a config override file; this retargets
lsst.pipe.tasks.exampleCmdLineTask.ExampleCmdLineTask `stats` with a simpler version:
How you retarget a subtask depends if the subtask is specified as an
Copy link

Choose a reason for hiding this comment

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

depends on whether?

as a?

Copy link
Contributor Author

@r-owen r-owen Jun 6, 2016

Choose a reason for hiding this comment

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

I will change "if" to "on whether" as you suggest.

I believe "an" is correct before "LSST" since the L is pronounced "ell".

Actually, Task.makeTask already supported subtasks held
in pexConfig.RegistryField, but it was not documented or tested.
Document this and add a test. Also rename a variable to make the
code less confusing.
@r-owen r-owen merged commit 1dda990 into master Jun 6, 2016
@ktlim ktlim deleted the tickets/DM-6074 branch August 25, 2018 06:50
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

2 participants