Skip to content

Switch DistanceMatrix to Results class#3288

Merged
orbeckst merged 5 commits intoMDAnalysis:developfrom
PicoCentauri:diffusionmap-results
May 8, 2021
Merged

Switch DistanceMatrix to Results class#3288
orbeckst merged 5 commits intoMDAnalysis:developfrom
PicoCentauri:diffusionmap-results

Conversation

@PicoCentauri
Copy link
Copy Markdown
Contributor

@PicoCentauri PicoCentauri commented May 7, 2021

Fixes #3290

PR Checklist

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

@pep8speaks
Copy link
Copy Markdown

pep8speaks commented May 7, 2021

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

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2021-05-07 23:03:18 UTC

@codecov
Copy link
Copy Markdown

codecov bot commented May 7, 2021

Codecov Report

Merging #3288 (d992dfd) into develop (0e7d2f9) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3288      +/-   ##
===========================================
+ Coverage    93.01%   93.04%   +0.03%     
===========================================
  Files          172      172              
  Lines        22751    22754       +3     
  Branches      3192     3192              
===========================================
+ Hits         21161    21171      +10     
+ Misses        1540     1533       -7     
  Partials        50       50              
Impacted Files Coverage Δ
package/MDAnalysis/analysis/diffusionmap.py 100.00% <100.00%> (ø)
package/MDAnalysis/coordinates/base.py 95.24% <0.00%> (+0.48%) ⬆️
package/MDAnalysis/due.py 75.00% <0.00%> (+8.33%) ⬆️

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 0e7d2f9...d992dfd. Read the comment docs.

@PicoCentauri PicoCentauri force-pushed the diffusionmap-results branch from ba6c2c0 to a77ac1a Compare May 7, 2021 14:55
@orbeckst orbeckst linked an issue May 7, 2021 that may be closed by this pull request
4 tasks
@orbeckst orbeckst added this to the 2.0 milestone May 7, 2021
Copy link
Copy Markdown
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.

Please check if the reST link target needs to be reinserted.

Otherwise all good — minor comment on the tests.

@orbeckst orbeckst self-assigned this May 7, 2021
@orbeckst
Copy link
Copy Markdown
Member

orbeckst commented May 7, 2021

Let's just wait for the CI.

@PicoCentauri PicoCentauri force-pushed the diffusionmap-results branch from c3f5421 to d992dfd Compare May 7, 2021 23:03
@orbeckst orbeckst merged commit 51fa4e4 into MDAnalysis:develop May 8, 2021
@PicoCentauri PicoCentauri deleted the diffusionmap-results branch May 8, 2021 14:52
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 diffusionmap.DiffusionMap and DistanceMatrix to use .results

4 participants