Advertisement
Guest User

Untitled

a guest
Apr 10th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. python -c "from scipy import interpolate; interpolate.test()"
  2. Running unit tests for scipy.interpolate
  3. NumPy version 1.6.2
  4. NumPy is installed in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy
  5. SciPy version 0.11.0
  6. SciPy is installed in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy
  7. Python version 2.7.3 (default, Jan 30 2013, 11:11:42) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]
  8. nose version 1.2.1
  9. ............................................K..K....................................................................................
  10. ----------------------------------------------------------------------
  11. Ran 132 tests in 1.327s
  12.  
  13. OK (KNOWNFAIL=2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement