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

Define Permutation type #12

Closed jipolanco closed 4 years ago

jipolanco commented 4 years ago

Dimension permutations are now defined using the new Permutation type, instead of using value types and nothing.

codecov[bot] commented 4 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.70%. The diff coverage is 43.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   84.98%   85.69%   +0.70%     
==========================================
  Files          19       20       +1     
  Lines         726      727       +1     
==========================================
+ Hits          617      623       +6     
+ Misses        109      104       -5     
Impacted Files Coverage Δ
src/PencilArrays/PencilArrays.jl 100.00% <ø> (ø)
src/PencilArrays/Transpositions.jl 97.60% <ø> (ø)
src/PencilArrays/arrays.jl 84.14% <ø> (ø)
src/PencilArrays/pencil.jl 84.84% <ø> (+2.49%) :arrow_up:
src/PencilArrays/permutations.jl 50.00% <31.81%> (+11.11%) :arrow_up:
src/PencilArrays/types.jl 66.66% <66.66%> (ø)
src/pencil_plans.jl 93.58% <75.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 5988a38...4a63e94. Read the comment docs.