JuliaMath / FFTW.jl

Julia bindings to the FFTW library for fast Fourier transforms
https://juliamath.github.io/FFTW.jl/stable
MIT License
273 stars 55 forks source link

fix bug in plan_r2r! for num_threads != nothing #298

Closed stevengj closed 4 months ago

stevengj commented 8 months ago

Fixes #297

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 73.08%. Comparing base (b2cbb65) to head (e3aa240).

Files Patch % Lines
src/fft.jl 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #298 +/- ## ======================================= Coverage 73.08% 73.08% ======================================= Files 5 5 Lines 535 535 ======================================= Hits 391 391 Misses 144 144 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ViralBShah commented 4 months ago

Merge?