MDAnalysis / pmda

Parallel algorithms for MDAnalysis
https://www.mdanalysis.org/pmda/
Other
31 stars 22 forks source link

store block information #94

Closed VOD555 closed 5 years ago

VOD555 commented 5 years ago

Fixes #89

Changes made in this Pull Request:

PR Checklist

codecov[bot] commented 5 years ago

Codecov Report

Merging #94 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
+ Coverage   97.21%   97.23%   +0.01%     
==========================================
  Files           8        8              
  Lines         503      506       +3     
  Branches       70       70              
==========================================
+ Hits          489      492       +3     
  Misses          8        8              
  Partials        6        6
Impacted Files Coverage Δ
pmda/parallel.py 98.48% <100%> (+0.03%) :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 29e9836...dd6cae7. Read the comment docs.

orbeckst commented 5 years ago

I just added a commit for the release version increase. Once CI comes back green I will squash&merge.