Skip to content

Instantly share code, notes, and snippets.

@mwcraig
Created November 15, 2013 18:56
Show Gist options
  • Save mwcraig/7489676 to your computer and use it in GitHub Desktop.
Save mwcraig/7489676 to your computer and use it in GitHub Desktop.
py.test output with error
======================================================================================== test session starts ========================================================================================
platform darwin -- Python 2.7.5 -- pytest-2.4.0
Running tests with Astropy version 0.3rc1.
Running tests in /Users/mcraig/anaconda/envs/astropy-0.3rc1/lib/python2.7/site-packages/astropy.
Platform: Darwin-12.5.0-x86_64-i386-64bit
Executable: /Users/mcraig/anaconda/envs/astropy-0.3rc1/python.app/Contents/MacOS/python
Full Python Version:
2.7.5 |Anaconda 1.8.0 (x86_64)| (default, Oct 24 2013, 07:02:20)
[GCC 4.0.1 (Apple Inc. build 5493)]
encodings: sys: ascii, locale: US-ASCII, filesystem: utf-8, unicode bits: 15
byteorder: little
float info: dig: 15, mant_dig: 15
Numpy: 1.7.1
Scipy: 0.13.0
Matplotlib: 1.3.1
h5py: 2.2.0
collected 5509 items / 1 errors / 3 skipped
============================================================================================== ERRORS ===============================================================================================
___________________________________ ERROR collecting anaconda/envs/astropy-0.3rc1/lib/python2.7/site-packages/astropy/coordinates/tests/test_sphere_ang_dists.py ____________________________________
anaconda/envs/astropy-0.3rc1/lib/python2.7/site-packages/astropy/coordinates/tests/test_sphere_ang_dists.py:9: in <module>
> distance_funcs = [angle_utilities.small_angle_sphere_dist,
E AttributeError: 'module' object has no attribute 'small_angle_sphere_dist'
================================================================== 5411 passed, 88 skipped, 13 xfailed, 1 error in 470.69 seconds ===================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment