Closed sbromberger closed 8 years ago
All of this is just a longwinded way of saying we REALLY need tests for this stuff written by someone who understands what it's supposed to do :)
Spectral.jl is at ~61%.
Oops. I did git branch instead of git checkout -b
https://github.com/JuliaGraphs/LightGraphs.jl/blob/master/src/spectral.jl#L247-L266
Note the following loop:
Creating the Edge(j,i) there doesn't guarantee that src < dest. In any case, I'm probably using it wrong, but:@jpfairbanks