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

Fix topological_sort #214

Merged
merged 3 commits into from
Feb 9, 2023
Merged

Conversation

simonschoelly
Copy link
Member

@simonschoelly simonschoelly commented Jan 13, 2023

Graphs.Experimental.Traversals.topological_sort is broken (see #213 ). This PR ensures that Graphs.Experimental.Traversals.topological_sort is not exported anymore and makes Graphs.topological_sort
an alias for Graphs.topological_sort_by_dfs, as this function seems to work correctly.

Make `topological_sort` and alias for `Graphs.topological_sort_dfs` and do
not export the broken function`Graphs.Experimental.Traversals.topological_sort`
@simonschoelly simonschoelly added the bug Something isn't working label Jan 13, 2023
@simonschoelly simonschoelly self-assigned this Jan 13, 2023
@codecov
Copy link

codecov bot commented Jan 13, 2023

Codecov Report

Merging #214 (50f9f5b) into master (1a7594a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #214   +/-   ##
=======================================
  Coverage   97.42%   97.42%           
=======================================
  Files         113      113           
  Lines        6531     6533    +2     
=======================================
+ Hits         6363     6365    +2     
  Misses        168      168           

@gdalle gdalle merged commit d53f29c into JuliaGraphs:master Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants