MothNik / robust_fourier

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

[13-2] Implement class interface to Hermite functions #18

Closed MothNik closed 3 months ago

MothNik commented 3 months ago

This pull request

🦾 Features/Enhancements

πŸͺ› Internal changes

βœ…βŒ Tests

It also reflects the changes from #19 and #20

codecov[bot] commented 3 months ago

Codecov Report

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

Files Coverage Ξ”
src/robust_hermite_ft/__init__.py 100.00% <ΓΈ> (ΓΈ)
...rc/robust_hermite_ft/fourier_transform/__init__.py 100.00% <ΓΈ> (ΓΈ)
...rc/robust_hermite_ft/hermite_functions/__init__.py 100.00% <100.00%> (ΓΈ)
...st_hermite_ft/hermite_functions/_approximations.py 100.00% <100.00%> (ΓΈ)
...t_hermite_ft/hermite_functions/_class_interface.py 100.00% <100.00%> (ΓΈ)
...st_hermite_ft/hermite_functions/_func_interface.py 100.00% <100.00%> (ΓΈ)
...rmite_functions/_hermite_largest_extrema_spline.py 100.00% <ΓΈ> (ΓΈ)
...hermite_functions/_hermite_largest_roots_spline.py 100.00% <ΓΈ> (ΓΈ)
...obust_hermite_ft/hermite_functions/_numpy_funcs.py 100.00% <ΓΈ> (ΓΈ)
...c/robust_hermite_ft/hermite_functions/_validate.py 100.00% <100.00%> (ΓΈ)