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-10302 Change flux->instFlux #81

Merged
merged 1 commit into from Sep 19, 2018
Merged

DM-10302 Change flux->instFlux #81

merged 1 commit into from Sep 19, 2018

Conversation

parejkoj
Copy link
Contributor

No description provided.

Copy link

@r-owen r-owen left a comment

Choose a reason for hiding this comment

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

Probably fine, but I did have one question

@@ -37,8 +37,7 @@ def assertCatalogEqual(self, inputCatalog, outputCatalog):
inputRecord = inputCatalog[0]
outputTable = outputCatalog.getTable()
outputRecord = outputCatalog[0]
self.assertEqual(inputTable.getPsfFluxDefinition(), outputTable.getPsfFluxDefinition())
Copy link

Choose a reason for hiding this comment

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

Why did you remove this instead of renaming it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There's nothing to rename it to: the *Definition() methods went away entirely, and the line immediately following tests that the data is there. Do you have a suggestion for a different test?

@parejkoj parejkoj merged commit 25d10f1 into master Sep 19, 2018
@timj timj deleted the tickets/DM-10302 branch April 22, 2020 22:02
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