JuliaDSP / FourierTransforms.jl

Fourier transforms written in Julia
MIT License
20 stars 2 forks source link

Fix multiplication such that it uses mul! instead of A_mul_B! #2

Closed andreasnoack closed 5 years ago

andreasnoack commented 5 years ago

Fixes #1

codecov-io commented 5 years ago

Codecov Report

Merging #2 into master will increase coverage by 25.17%. The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #2       +/-   ##
===========================================
+ Coverage   41.91%   67.09%   +25.17%     
===========================================
  Files           3        3               
  Lines         303      313       +10     
===========================================
+ Hits          127      210       +83     
+ Misses        176      103       -73
Impacted Files Coverage Δ
src/FourierTransforms.jl 100% <ø> (ø) :arrow_up:
src/fftn.jl 36.11% <100%> (+2.77%) :arrow_up:
src/ctfft.jl 76.25% <62.5%> (+31.9%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d96ed2c...e0ca610. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #2 into master will increase coverage by 25.17%. The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #2       +/-   ##
===========================================
+ Coverage   41.91%   67.09%   +25.17%     
===========================================
  Files           3        3               
  Lines         303      313       +10     
===========================================
+ Hits          127      210       +83     
+ Misses        176      103       -73
Impacted Files Coverage Δ
src/FourierTransforms.jl 100% <ø> (ø) :arrow_up:
src/fftn.jl 36.11% <100%> (+2.77%) :arrow_up:
src/ctfft.jl 76.25% <62.5%> (+31.9%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d96ed2c...e0ca610. Read the comment docs.