Closed MothNik closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Files with missing lines | Coverage Δ | |
---|---|---|
src/robust_fourier/__init__.py | 100.00% <ø> (ø) |
|
src/robust_fourier/_utils/__init__.py | 100.00% <ø> (ø) |
|
src/robust_fourier/_utils/_validate.py | 100.00% <100.00%> (ø) |
|
...t_fourier/chebyshev_polynomials/_func_interface.py | 100.00% <100.00%> (ø) |
|
src/robust_fourier/hermite_functions/__init__.py | 100.00% <100.00%> (ø) |
|
...obust_fourier/hermite_functions/_approximations.py | 100.00% <100.00%> (ø) |
|
...obust_fourier/hermite_functions/_func_interface.py | 100.00% <ø> (ø) |
|
...rmite_functions/_hermite_largest_extrema_spline.py | 100.00% <ø> (ø) |
|
...hermite_functions/_hermite_largest_roots_spline.py | 100.00% <ø> (ø) |
|
...mite_functions/_hermite_tail_gauss_sigma_spline.py | 100.00% <100.00%> (ø) |
This pull request
💥 Breaking changes
changes the import structure to make it good practice to call the approximations for the Hermite functions via
kind
of the Chebyshev polynomials a keyword-only argument (to makeoverloads
consistent)🦾 Features and Enhancements
✅❌ Tests
🪛 Internal changes
dtype
and aname
after renaming it to a general grid point checkerPrepares for #33