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

Use latest miniconda installer. #5

Open
wants to merge 4 commits into
base: fix-all-tests-3.6
Choose a base branch
from

Conversation

jtorrents
Copy link
Owner

Testing travis issues in my fork

dschult pushed a commit that referenced this pull request Jul 8, 2017
…ests (#5)

* Use octahedral instead of icosahedral for connectivity approx docs.

The approximation algorithm for node connectivity fails on the
icosahedral graph depending on node iteration order. We use the
octahedral graph instead as example in the docstrings.

* Fix k-components tests avoiding hard-coded node labels.

In order to support the new dict implementation of python 3.6 we
have to avoid hard-coding node labels for the k-components of the
example graphs in k-components tests. We now test the number of
k-components found, their number of nodes, and their node
connectivity to make sure that the algorithms are correct.
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.

1 participant