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
The work on #142 showed that small pandas objects slow down things significantly as opposed to plain numpy objects. That's why the notch approximation routines, especially Binned is to be refactored to use plain numpy for the LUT.
The text was updated successfully, but these errors were encountered:
The work on #142 showed that small pandas objects slow down things significantly as opposed to plain numpy objects. That's why the notch approximation routines, especially
Binned
is to be refactored to use plain numpy for the LUT.The text was updated successfully, but these errors were encountered: