You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==> nosetests -v george.testing
Failure: AttributeError (module 'george' has no attribute 'testing') ... ERROR
======================================================================
ERROR: Failure: AttributeError (module 'george' has no attribute 'testing')
Traceback (most recent call last):
File "/anaconda3/lib/python3.6/site-packages/nose/failure.py", line 39, in runTest
raise self.exc_val.with_traceback(self.tb)
File "/anaconda3/lib/python3.6/site-packages/nose/loader.py", line 406, in loadTestsFromName
module = resolve_name(addr.module)
File "/anaconda3/lib/python3.6/site-packages/nose/util.py", line 322, in resolve_name
obj = getattr(obj, part)
AttributeError: module 'george' has no attribute 'testing'
Ran 1 test in 0.002s
FAILED (errors=1)
The text was updated successfully, but these errors were encountered:
I installed george using
conda install -c conda-forge george
I tried testing from my home directory
==> nosetests -v george.testing
Failure: AttributeError (module 'george' has no attribute 'testing') ... ERROR
======================================================================
ERROR: Failure: AttributeError (module 'george' has no attribute 'testing')
Traceback (most recent call last):
File "/anaconda3/lib/python3.6/site-packages/nose/failure.py", line 39, in runTest
raise self.exc_val.with_traceback(self.tb)
File "/anaconda3/lib/python3.6/site-packages/nose/loader.py", line 406, in loadTestsFromName
module = resolve_name(addr.module)
File "/anaconda3/lib/python3.6/site-packages/nose/util.py", line 322, in resolve_name
obj = getattr(obj, part)
AttributeError: module 'george' has no attribute 'testing'
Ran 1 test in 0.002s
FAILED (errors=1)
The text was updated successfully, but these errors were encountered: