MothNik / robust_fourier

Noise- and Outlier-Robust Fourier Transform with Hermite Functions with NumPy and Numba
MIT License
1 stars 0 forks source link

[25] Add Chebyshev basis #27

Closed MothNik closed 2 months ago

MothNik commented 2 months ago

This pull request

🦾 Enhancements

✅❌ Tests

✍️ Documentation

Prepares #25

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files Coverage Δ
src/robust_fourier/__init__.py 100.00% <100.00%> (ø)
src/robust_fourier/_utils/__init__.py 100.00% <100.00%> (ø)
src/robust_fourier/_utils/_numba_helpers.py 100.00% <ø> (ø)
src/robust_fourier/_utils/_validate.py 100.00% <100.00%> (ø)
src/robust_fourier/_utils/_x_preprocessing.py 100.00% <100.00%> (ø)
...c/robust_fourier/chebyshev_polynomials/__init__.py 100.00% <100.00%> (ø)
..._fourier/chebyshev_polynomials/_class_interface.py 100.00% <100.00%> (ø)
...t_fourier/chebyshev_polynomials/_func_interface.py 100.00% <100.00%> (ø)
...bust_fourier/chebyshev_polynomials/_numba_funcs.py 100.00% <100.00%> (ø)
...bust_fourier/chebyshev_polynomials/_numpy_funcs.py 100.00% <100.00%> (ø)
... and 4 more