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

fix floyd warshal test error

103c6a8
Select commit
Loading
Failed to load commit list.
Merged

Undirected graph revival #63

fix floyd warshal test error
103c6a8
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project failed Oct 19, 2023 in 0s

26.10% (-0.69%) compared to 14df00b

View this Pull Request on Codecov

26.10% (-0.69%) compared to 14df00b

Details

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