-
Notifications
You must be signed in to change notification settings - Fork 93
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
period
function does not work correctly for abstract directed graphs
#89
Labels
bug
Something isn't working
Comments
etiennedeg
added a commit
to etiennedeg/Graphs.jl
that referenced
this issue
Jan 10, 2022
etiennedeg
added a commit
to etiennedeg/Graphs.jl
that referenced
this issue
Jan 10, 2022
etiennedeg
added a commit
to etiennedeg/Graphs.jl
that referenced
this issue
Jan 10, 2022
I think |
Yes, these operator functions such as |
I just made a PR doing this. This will even be more performant, as we don't need to allocate a new graph. |
Open
Fixed by #90 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the
period
functions seems to work only forSimpleDiGraph
. It should either be restricted to that type or implemented in a way that works with other directedAbstractGraph
.How to reproduce:
The text was updated successfully, but these errors were encountered: