JuliaGraphs / Graphs.jl

An optimized graphs package for the Julia programming language
http://juliagraphs.org/Graphs.jl/
Other
459 stars 91 forks source link

Test community with generic graph #273

Closed simonschoelly closed 1 year ago

simonschoelly commented 1 year ago

This PR makes the tests for the community algorithm use GenericGraph

There were only some small changes necessary to src/community/clustering.jl to make the tests work.

codecov[bot] commented 1 year ago

Codecov Report

Merging #273 (6c858eb) into master (d3b2706) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #273   +/-   ##
=======================================
  Coverage   97.29%   97.29%           
=======================================
  Files         114      114           
  Lines        6659     6659           
=======================================
  Hits         6479     6479           
  Misses        180      180           
gdalle commented 1 year ago

Partial solution to #224