Skip to content

Use Results in Hole2#3292

Merged
orbeckst merged 3 commits intoMDAnalysis:developfrom
lilyminium:hole2-results
May 8, 2021
Merged

Use Results in Hole2#3292
orbeckst merged 3 commits intoMDAnalysis:developfrom
lilyminium:hole2-results

Conversation

@lilyminium
Copy link
Member

Fixes #3269

Changes made in this Pull Request:

  • Uses Results
  • Tidies some code (e.g. self.frames is now part of AnalysisBase)

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

@pep8speaks
Copy link

pep8speaks commented May 7, 2021

Hello @lilyminium! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 563:70: W291 trailing whitespace

Line 270:80: E501 line too long (93 > 79 characters)

Comment last updated at 2021-05-08 00:43:00 UTC

@codecov
Copy link

codecov bot commented May 7, 2021

Codecov Report

Merging #3292 (074645a) into develop (51fa4e4) will increase coverage by 0.01%.
The diff coverage is 82.85%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3292      +/-   ##
===========================================
+ Coverage    93.04%   93.05%   +0.01%     
===========================================
  Files          172      172              
  Lines        22754    22761       +7     
  Branches      3192     3190       -2     
===========================================
+ Hits         21171    21181      +10     
+ Misses        1533     1530       -3     
  Partials        50       50              
Impacted Files Coverage Δ
package/MDAnalysis/analysis/hole2/hole.py 74.47% <82.85%> (+1.28%) ⬆️

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 51fa4e4...074645a. Read the comment docs.

Copy link
Contributor

@PicoCentauri PicoCentauri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one minor doc addition.

@orbeckst orbeckst self-assigned this May 7, 2021
@orbeckst orbeckst added this to the 2.0 milestone May 7, 2021
Copy link
Member

@orbeckst orbeckst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only docs (what @PicoCentauri noted) and CHANGELOG

@orbeckst
Copy link
Member

orbeckst commented May 8, 2021

Waiting for CI... for CHANGELOG :-p.

(And depending on which other of the results PRs goes in, we're going to do it again... unless this one is first.)

@orbeckst orbeckst merged commit 0986c73 into MDAnalysis:develop May 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update hole2 analysis to use .results

5 participants