sbromberger / LightGraphs.jl

An optimized graphs package for the Julia programming language
Other
670 stars 184 forks source link

add core functions #1569

Closed BeastyBlacksmith closed 3 years ago

BeastyBlacksmith commented 3 years ago

I am not quite sure, if this belongs here, but as a newcomer that is where I expected to find this function, even though the function is defined for graphs as well. Linking to the doc string in the API section would also be fine, but I would add some hint. Close #1567.

sbromberger commented 3 years ago

It's in "Core Functions" - https://juliagraphs.org/LightGraphs.jl/latest/core/#LightGraphs.degree. As such I don't know that we need it here. The search box will guide you to the function in any case.

codecov[bot] commented 3 years ago

Codecov Report

Merging #1569 (5d2b80a) into master (1769686) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1569   +/-   ##
=======================================
  Coverage   99.44%   99.44%           
=======================================
  Files         106      106           
  Lines        5551     5551           
=======================================
  Hits         5520     5520           
  Misses         31       31           
sbromberger commented 3 years ago

Thanks for this PR!