Skip to content

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.

3 participants