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

Compatibility Networkx 2 #601

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

michelorengo
Copy link

Fix for #579

Copy link
Contributor

@postelrich postelrich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The travis build failed with a ImportError: No module named 'multipledispatch'.


def path_part(src, tgt):
node = edge[src][tgt]
#node = edge[src][tgt]
node = graph[src][tgt]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove the comments? A git blame on github should suffice in referencing the change.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is done.

dotlambda pushed a commit to dotlambda/nixpkgs that referenced this pull request Mar 18, 2018
Odo is incompatible with Networkx 2.
See blaze/odo#601.
dotlambda pushed a commit to NixOS/nixpkgs that referenced this pull request Mar 18, 2018
Odo is incompatible with Networkx 2.
See blaze/odo#601.

(cherry picked from commit 0b6a2b2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants