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-42536: Change std::set to std::vector to ensure repeatability #20

Merged
merged 1 commit into from Jan 20, 2024

Conversation

cmsaunders
Copy link
Collaborator

No description provided.

@@ -20,7 +20,7 @@ typedef Astro::ColorExtension ColorExtension;
// Function that will using starting WCS to fit all of the defaulted
// maps used by the selected extensions. Then will put the
// initialized parameters back into the PMC and clear the defaulted flag.
void fitDefaulted(astrometry::PixelMapCollection &pmc, set<Extension *> useThese,
void fitDefaulted(astrometry::PixelMapCollection &pmc, vector<Extension *> useThese,
Copy link

Choose a reason for hiding this comment

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

I don't think it matters, but should the variable be renamed here to match the .cpp?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, I think that's a good idea.

@cmsaunders cmsaunders merged commit 73f9192 into lsst-dev Jan 20, 2024
@cmsaunders cmsaunders deleted the tickets/DM-42536 branch January 20, 2024 02:39
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