Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Spectral radius bug fix #205

Merged
merged 2 commits into from
Feb 10, 2022
Merged

Spectral radius bug fix #205

merged 2 commits into from
Feb 10, 2022

Conversation

tpoisot
Copy link
Member

@tpoisot tpoisot commented Feb 10, 2022

Closes #203

@mjsmith037 I turned your example in a test, and the correct normalization works as expected. Thanks for catching this one. Let me know if you want me to add you to the repo if that helps with submitting PRs!

@codecov
Copy link

codecov bot commented Feb 10, 2022

Codecov Report

Merging #205 (bbbe479) into main (43e5f3c) will increase coverage by 0.11%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #205      +/-   ##
==========================================
+ Coverage   89.35%   89.47%   +0.11%     
==========================================
  Files          45       45              
  Lines        1691     1691              
==========================================
+ Hits         1511     1513       +2     
+ Misses        180      178       -2     
Flag Coverage Δ
unittests 89.47% <100.00%> (+0.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/community/spectralradius.jl 93.75% <100.00%> (+6.25%) ⬆️
src/rand/shuffle.jl 100.00% <0.00%> (+2.17%) ⬆️

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 43e5f3c...bbbe479. Read the comment docs.

@tpoisot tpoisot merged commit 178bb76 into main Feb 10, 2022
@tpoisot tpoisot deleted the hotfix-spectral branch February 10, 2022 23:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementation of ρ_ska normalization is incorrect when providing undirected (mirrored) networks
1 participant