-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
MNT: remove unused convolution benchmark code #17494
MNT: remove unused convolution benchmark code #17494
Conversation
Thank you for your contribution to Astropy! 🌌 This checklist is meant to remind the package maintainers who will review this pull request of some common things to look for.
|
👋 Thank you for your draft pull request! Do you know that you can use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Do you plan to move this file to https://github.com/astropy/astropy-benchmarks?
I don't, right now, but I'd be happy to if you think we should ! |
It's up to @keflavich. |
I'd like it if possible. The performance of convolution came up as a question previously: I think there was also a stackoverflow issue or an astropy mailing list issue about convolution speed - this is a big concern for a wide range of users, so the benchmark is important. |
Looking into it now, and actually I think the existing |
Thanks, @neutrinoceros. |
Description
Alternative to #17438, as suggested therein.
I checked that coverage doesn't incur a drop following this removal as requested by @keflavich.
close #17438
ref #17430