-
Notifications
You must be signed in to change notification settings - Fork 47
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
Bug in DigraphDisjointUnion and ViewString for mutable digraphs #276
Labels
bug
A label for issues that are bugs
Comments
Hmm excellent question |
I gets worse:
These should all be mutable! |
Here's hoping this is a bug in |
Yep 🙂 Should be fine - I'll look into it shortly, just doing some experiments/'research' first (which is how I discovered this). |
wilfwilson
changed the title
Some mutable digraph wrongly thinks that it is acyclic
Bug in DigraphDisjointUnion and ViewString for mutable digraphs
Nov 29, 2019
wilfwilson
added
resolved-pending-release
A label for issues that have been resolved and that can be closed when a new version is released.
and removed
resolved-pending-release
A label for issues that have been resolved and that can be closed when a new version is released.
labels
Nov 29, 2019
Resolves in v1.0.3. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Happening in
1.0.2
:This is worrying for two reasons: how can a mutable digraph be storing an attribute (namely the property
IsAcyclicDigraph
), and how can it think that it is acyclic when it clearly isn't?The text was updated successfully, but these errors were encountered: