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

functionalize and remove the StampCreator class #761

Merged
merged 4 commits into from
Dec 18, 2024
Merged

functionalize and remove the StampCreator class #761

merged 4 commits into from
Dec 18, 2024

Conversation

maxwest-uw
Copy link
Collaborator

Removes the StampCreator and leaves all of its methods as functions

resolves #714

(was going through the backlog looking for something to do and couldn't resist the urge to make something more functional)

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link
Contributor

@jeremykubica jeremykubica left a comment

Choose a reason for hiding this comment

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

One blocking change to make (the benchmark) and a bunch of small stylistic fixes to make before merging.

benchmarks/bench_filter_stamps.py Outdated Show resolved Hide resolved
src/kbmod/search/stamp_creator.cpp Outdated Show resolved Hide resolved
src/kbmod/search/stamp_creator.cpp Outdated Show resolved Hide resolved
src/kbmod/search/stamp_creator.cpp Outdated Show resolved Hide resolved
src/kbmod/search/stamp_creator.cpp Outdated Show resolved Hide resolved
src/kbmod/search/stamp_creator.cpp Outdated Show resolved Hide resolved
src/kbmod/search/stamp_creator.cpp Show resolved Hide resolved
src/kbmod/search/stamp_creator.cpp Show resolved Hide resolved
src/kbmod/search/stamp_creator.cpp Show resolved Hide resolved
src/kbmod/search/stamp_creator.cpp Show resolved Hide resolved
Conflicts:
	src/kbmod/search/stamp_creator.cpp
@maxwest-uw maxwest-uw merged commit 3361d2a into main Dec 18, 2024
2 checks passed
@maxwest-uw maxwest-uw deleted the issue/714 branch December 18, 2024 20:46
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.

Make StampCreator into functions instead of a class of static functions.
2 participants