You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the current filtering code to C++ or use numba to optimize. Ideally this would take the form of a Filter class that can be overloaded by astronomers to produce their own filters. The filter code is currently called in run_search within run_search.py.
This writing new benchmarks to time the code and quantifying the changes.
The text was updated successfully, but these errors were encountered:
Move the current filtering code to C++ or use numba to optimize. Ideally this would take the form of a
Filter
class that can be overloaded by astronomers to produce their own filters. The filter code is currently called inrun_search
withinrun_search.py
.This writing new benchmarks to time the code and quantifying the changes.
The text was updated successfully, but these errors were encountered: