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

Rename afterburner to catalogCalculation #48

Merged
merged 3 commits into from Aug 29, 2016
Merged

Conversation

fred3m
Copy link
Contributor

@fred3m fred3m commented Aug 8, 2016

To improve readability and limit ambiguity in function, afterburners
is renamed to catalogCalculation

"plugin. Value {} : Minimum {}".format(PluginClass,
PluginClass.getExecutionOrder(),
BasePlugin.DEFAULT_CATALOGCALCULATION)
)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is there a reason that the closing parenthesis is not on the last line of the code? This doesn't seem to be specified in the style guide so I'm just wondering if there is a preferred nomenclature for the LSST pipeline.

Copy link
Contributor

Choose a reason for hiding this comment

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

because one more character takes the line past its maximum 110 character limit, so it flows to the next line indented to the same level as the opening parentheses. You are right about there not being anything special about parentheses being on their own lines.

To improve readability and limit ambiguity in function, afterburners
is renamed to catalogCalculation
@natelust natelust merged commit 5f866f7 into master Aug 29, 2016
@ktlim ktlim deleted the tickets/DM-6919 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
2 participants