Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update eigenvector computation method #156 #158

Merged
merged 1 commit into from
Apr 15, 2022
Merged

update eigenvector computation method #156 #158

merged 1 commit into from
Apr 15, 2022

Conversation

a-r-j
Copy link
Owner

@a-r-j a-r-j commented Apr 15, 2022

Reference Issues/PRs

#156

What does this implement/fix? Explain your changes

Changes eigenvector centrality computation to numpy-based method for improved stability.

@sonarcloud
Copy link

sonarcloud bot commented Apr 15, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

Merging #158 (95d5d04) into master (8123f42) will increase coverage by 7.63%.
The diff coverage is 56.23%.

@@            Coverage Diff             @@
##           master     #158      +/-   ##
==========================================
+ Coverage   40.27%   47.90%   +7.63%     
==========================================
  Files          48       58      +10     
  Lines        2811     3822    +1011     
==========================================
+ Hits         1132     1831     +699     
- Misses       1679     1991     +312     
Impacted Files Coverage Δ
graphein/grn/parse_trrust.py 37.77% <ø> (ø)
graphein/ml/diffusion.py 0.00% <0.00%> (ø)
graphein/ppi/edges.py 100.00% <ø> (ø)
graphein/ppi/graph_metadata.py 0.00% <ø> (ø)
graphein/ppi/graphs.py 54.34% <ø> (ø)
graphein/ppi/parse_biogrid.py 75.00% <ø> (ø)
graphein/ppi/visualisation.py 0.00% <0.00%> (ø)
graphein/protein/analysis.py 0.00% <0.00%> (ø)
graphein/protein/features/sequence/sequence.py 71.42% <0.00%> (+2.67%) ⬆️
graphein/protein/features/sequence/utils.py 28.00% <0.00%> (+3.00%) ⬆️
... and 44 more

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 ac66a1d...95d5d04. Read the comment docs.

@a-r-j a-r-j merged commit 3ceb9c8 into master Apr 15, 2022
@a-r-j a-r-j deleted the patch-1.4.0 branch May 12, 2022 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants