Closed nawtrey closed 5 years ago
Merging #107 into master will increase coverage by
0.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #107 +/- ##
==========================================
+ Coverage 97.8% 97.81% +0.01%
==========================================
Files 10 11 +1
Lines 637 642 +5
Branches 78 78
==========================================
+ Hits 623 628 +5
Misses 8 8
Partials 6 6
Impacted Files | Coverage Δ | |
---|---|---|
pmda/density.py | 100% <ø> (ø) |
:arrow_up: |
pmda/rms/rmsd.py | 100% <100%> (ø) |
|
pmda/rms/__init__.py | 100% <100%> (ø) |
|
pmda/rms/rmsf.py | 100% <100%> (ø) |
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 1e99541...d083361. Read the comment docs.
Merging #107 into master will increase coverage by
0.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #107 +/- ##
==========================================
+ Coverage 97.8% 97.81% +0.01%
==========================================
Files 10 11 +1
Lines 637 642 +5
Branches 78 78
==========================================
+ Hits 623 628 +5
Misses 8 8
Partials 6 6
Impacted Files | Coverage Δ | |
---|---|---|
pmda/density.py | 100% <ø> (ø) |
:arrow_up: |
pmda/rms/rmsd.py | 100% <100%> (ø) |
|
pmda/rms/__init__.py | 100% <100%> (ø) |
|
pmda/rms/rmsf.py | 100% <100%> (ø) |
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 1e99541...d083361. Read the comment docs.
Sorry @nawtrey – totally fell off my radar.
Moves all root-mean-square calculations (currently RMSD and RMSF) into their own module, updates documentation, tests, and .rst files to match new structure.
Fixes #103
Changes:
PR Checklist