synthesizer icon indicating copy to clipboard operation
synthesizer copied to clipboard

Swap integration routines

Open christopherlovell opened this issue 11 months ago • 3 comments

Swaps integration routines from quad to the trapezoid method. The former is exceedingly slow for little benefit, especially since it is often applied to linearly interpolated data anyway.

Issue Type

  • Enhancement

Checklist

  • [x] I have read the CONTRIBUTING.md -->
  • [x] I have added docstrings to all methods
  • [x] I have added sufficient comments to all lines
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no pep8 errors
  • [x] I have added tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes

christopherlovell avatar Mar 12 '24 21:03 christopherlovell