Skip to content

Commit

Permalink
Update test_threshold.py
Browse files Browse the repository at this point in the history
Fixes #1140
  • Loading branch information
chebee7i committed May 4, 2014
1 parent 6cf6fe0 commit ecd449e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkx/generators/tests/test_threshold.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def test_eigenvectors(self):
try:
import numpy as N
eigenval=N.linalg.eigvals
import scipoy
import scipy
except ImportError:
raise SkipTest('SciPy not available.')

Expand Down

0 comments on commit ecd449e

Please sign in to comment.