Skip to content

Commit

Permalink
clean .gitignore and tests bug
Browse files Browse the repository at this point in the history
  • Loading branch information
huston committed Jan 29, 2014
1 parent 16f65db commit 1f1ee67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,3 @@ doc/source/examples/*
networkx.egg-info/
Networkx.sublime-project
Networkx.sublime-workspace

# Huston specific
.gitignore
GraphImporter.py

2 changes: 1 addition & 1 deletion networkx/algorithms/centrality/tests/test_dispersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ def test_impossible_things(self):
disp = nx.dispersion(G)
for d in disp:
for dd in d:
assert d >= 0
assert dd >= 0


0 comments on commit 1f1ee67

Please sign in to comment.