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

Undirected graph revival #63

Merged
merged 17 commits into from
Oct 19, 2023
Merged

Undirected graph revival #63

merged 17 commits into from
Oct 19, 2023

Conversation

DoganCK
Copy link
Collaborator

@DoganCK DoganCK commented Oct 19, 2023

No description provided.

@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

Merging #63 (103c6a8) into developer (14df00b) will decrease coverage by 0.69%.
Report is 1 commits behind head on developer.
The diff coverage is 19.23%.

@@              Coverage Diff              @@
##           developer      #63      +/-   ##
=============================================
- Coverage      26.79%   26.10%   -0.69%     
=============================================
  Files             36       36              
  Lines           1922     2007      +85     
=============================================
+ Hits             515      524       +9     
- Misses          1407     1483      +76     
Files Coverage Δ
src/Graphoscope/Algorithms/Louvain.fs 0.00% <ø> (ø)
src/Graphoscope/Measures/ClusteringCoefficient.fs 0.00% <ø> (ø)
src/Graphoscope/RandomModels/BarabasiAlbert.fs 0.00% <ø> (ø)
src/Graphoscope/RandomModels/RegularRingLattice.fs 85.71% <100.00%> (ø)
src/Graphoscope/RandomModels/WattsStrogatz.fs 88.23% <ø> (-5.89%) ⬇️
src/Graphoscope/RandomModels/CompleteGraph.fs 0.00% <0.00%> (ø)
src/Graphoscope/RandomModels/ErdosRenyi.fs 0.00% <0.00%> (ø)
src/Graphoscope/Measures/Size.fs 0.00% <0.00%> (ø)
src/Graphoscope/Measures/Volume.fs 0.00% <0.00%> (ø)
src/Graphoscope/Measures/Degree.fs 24.13% <0.00%> (-2.12%) ⬇️
... and 4 more

... and 1 file with indirect coverage changes

@DoganCK DoganCK merged commit 306ad6f into developer Oct 19, 2023
2 of 4 checks passed
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.

2 participants