jipolanco / PencilArrays.jl

Distributed Julia arrays using the MPI protocol
https://jipolanco.github.io/PencilArrays.jl/dev/
MIT License
60 stars 8 forks source link

Add definition of `zero` for `PencilArray`s #27

Closed jipolanco closed 3 years ago

jipolanco commented 3 years ago

This should fix compatibility issue with DifferentialEquations: https://discourse.julialang.org/t/trouble-using-pencilarrays-with-differentialequations/61965/2

codecov-commenter commented 3 years ago

Codecov Report

Merging #27 (8be521f) into master (07d08ac) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   96.51%   96.52%   +0.01%     
==========================================
  Files          16       16              
  Lines         917      920       +3     
==========================================
+ Hits          885      888       +3     
  Misses         32       32              
Impacted Files Coverage Δ
src/arrays.jl 94.38% <100.00%> (+0.19%) :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 07d08ac...8be521f. Read the comment docs.