MDAnalysis / pmda

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

use self.n_frames instead of self.nf #115

Closed VOD555 closed 4 years ago

VOD555 commented 4 years ago

Fixes #114

Changes made in this Pull Request:

PR Checklist

codecov[bot] commented 4 years ago

Codecov Report

Merging #115 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
- Coverage   98.19%   98.18%   -0.01%     
==========================================
  Files          12       12              
  Lines         776      773       -3     
  Branches       91       91              
==========================================
- Hits          762      759       -3     
  Misses          8        8              
  Partials        6        6
Impacted Files Coverage Δ
pmda/rdf.py 100% <100%> (ø) :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 1ad4a53...119102b. Read the comment docs.

orbeckst commented 4 years ago

thanks, please squash&merge yourself once the CI is happy!

orbeckst commented 4 years ago

Just saw that it was done & merged myself. Thanks for the quick fix.