Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented rfft!, irfft! and brfft! #222

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Make `ComplexOrRealReinterpretArray` accept only contiguous strided a…

141f60d
Select commit
Loading
Failed to load commit list.
Open

Implemented rfft!, irfft! and brfft! #222

Make `ComplexOrRealReinterpretArray` accept only contiguous strided a…
141f60d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 29, 2024 in 1s

68.14% (+5.46%) compared to 5f6f315

View this Pull Request on Codecov

68.14% (+5.46%) compared to 5f6f315

Details

Codecov Report

Attention: Patch coverage is 85.03937% with 19 lines in your changes missing coverage. Please review.

Project coverage is 68.14%. Comparing base (5f6f315) to head (141f60d).
Report is 56 commits behind head on master.

Files with missing lines Patch % Lines
src/rfft!.jl 85.03% 19 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
+ Coverage   62.67%   68.14%   +5.46%     
==========================================
  Files           5        6       +1     
  Lines         434      565     +131     
==========================================
+ Hits          272      385     +113     
- Misses        162      180      +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.