jipolanco / PencilFFTs.jl

Fast Fourier transforms of MPI-distributed Julia arrays
https://jipolanco.github.io/PencilFFTs.jl/dev/
MIT License
77 stars 7 forks source link

Make IdentityPlan! subtype AbstractCustomPlan #46

Closed glwagner closed 2 years ago

glwagner commented 2 years ago

Should close #45

glwagner commented 2 years ago

Perhaps we should add a test for NoTransform!?

jipolanco commented 2 years ago

Thanks for catching that! Yeah, I'll add a test for this.

codecov[bot] commented 2 years ago

Codecov Report

Merging #46 (9cc0a64) into master (4e0cdfe) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   98.32%   98.32%           
=======================================
  Files           9        9           
  Lines         419      419           
=======================================
  Hits          412      412           
  Misses          7        7           
Impacted Files Coverage Δ
src/Transforms/no_transform.jl 100.00% <100.00%> (ø)

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 4e0cdfe...9cc0a64. Read the comment docs.