MDAnalysis / pmda

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

add io and compute block time #91

Closed VOD555 closed 5 years ago

VOD555 commented 5 years ago

Fixes #86

Changes made in this Pull Request:

PR Checklist

codecov[bot] commented 5 years ago

Codecov Report

Merging #91 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
+ Coverage   97.18%   97.21%   +0.03%     
==========================================
  Files           8        8              
  Lines         497      503       +6     
  Branches       70       70              
==========================================
+ Hits          483      489       +6     
  Misses          8        8              
  Partials        6        6
Impacted Files Coverage Δ
pmda/parallel.py 98.44% <100%> (+0.07%) :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 93c53a7...015d476. Read the comment docs.

orbeckst commented 5 years ago

Isn't np.asarray superfluous when you do np.sum()?