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

Move transposes to Transpositions module #8

Closed jipolanco closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #8 into master will decrease coverage by 12.07%. The diff coverage is 80.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #8       +/-   ##
===========================================
- Coverage   97.01%   84.93%   -12.08%     
===========================================
  Files          19       19               
  Lines         804      717       -87     
===========================================
- Hits          780      609      -171     
- Misses         24      108       +84     
Impacted Files Coverage Δ
src/PencilArrays/PencilArrays.jl 100.00% <ø> (ø)
src/PencilFFTs.jl 100.00% <ø> (ø)
src/pencil_plans.jl 93.58% <ø> (-6.42%) :arrow_down:
src/PencilArrays/transpose.jl 97.56% <75.00%> (+0.26%) :arrow_up:
src/operations.jl 93.97% <100.00%> (-6.03%) :arrow_down:
src/PencilArrays/permutations.jl 36.11% <0.00%> (-59.02%) :arrow_down:
src/global_fft.jl 50.00% <0.00%> (-50.00%) :arrow_down:
src/Transforms/no_transform.jl 59.09% <0.00%> (-40.91%) :arrow_down:
src/Transforms/Transforms.jl 54.54% <0.00%> (-37.13%) :arrow_down:
src/Transforms/r2c.jl 63.15% <0.00%> (-36.85%) :arrow_down:
... and 10 more

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 788f4c7...32c13dd. Read the comment docs.