aaron@mevotoughbook:~/ecuador2012/dataDwnlds$ obspy-runtests core ............F.F..........F....F....F..............................FF......F...F...................................................................................................................................................................................E...................s..................................... ====================================================================== ERROR: test_detrend (obspy.core.tests.test_trace.TraceTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aaron/obspy/obspy.core/obspy/core/tests/test_trace.py", line 862, in test_detrend tr.detrend(type='simple') File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1670, in detrend func = _getFunctionFromEntryPoint('detrend', type) File "/home/aaron/obspy/obspy.core/obspy/core/util/base.py", line 376, in _getFunctionFromEntryPoint raise ValueError(msg % (group.capitalize(), type, ', '.join(ep_dict))) ValueError: Detrend type "simple" is not supported. Supported types: demean, constant, linear ====================================================================== ERROR: test_integrateAndDifferentiate (obspy.core.tests.test_stream.StreamTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aaron/obspy/obspy.core/obspy/core/tests/test_stream.py", line 1523, in test_integrateAndDifferentiate st1.filter('lowpass', freq=1.0) File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1765, in filter tr.filter(type, **options) File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1261, in filter func = _getFunctionFromEntryPoint('filter', type) File "/home/aaron/obspy/obspy.core/obspy/core/util/base.py", line 373, in _getFunctionFromEntryPoint raise ImportError(msg % (group.capitalize())) ImportError: Your current ObsPy installation does not support any Filter functions. Please make sure obspy.signal and SciPy are installed properly. ====================================================================== ERROR: test_readArguments (obspy.core.tests.test_stream.StreamTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aaron/obspy/obspy.core/obspy/core/tests/test_stream.py", line 1576, in test_readArguments tr = read('http://examples.obspy.org/test.sac', dtype='int32')[0] File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 239, in read st.extend(_read(fh.name, format, headonly, **kwargs).traces) File "/home/aaron/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func result = func(filename, *args, **kwargs) File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 282, in _read headonly=headonly, **kwargs) File "/home/aaron/obspy/obspy.core/obspy/core/util/base.py", line 431, in _readFromPlugin raise TypeError('Unknown format for file %s' % filename) TypeError: Unknown format for file /tmp/tmpUCFi1Asac ====================================================================== FAIL: decimate (obspy.core.stream.Stream) Doctest: obspy.core.stream.Stream.decimate ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2201, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for obspy.core.stream.Stream.decimate File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1883, in decimate ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1929, in obspy.core.stream.Stream.decimate Failed example: st.decimate(4, strict_length=False, no_filter=True) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in st.decimate(4, strict_length=False, no_filter=True) File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1937, in decimate strict_length=strict_length) File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1478, in decimate raise ImportError(msg) ImportError: Error during import from obspy.signal. Please make sure obspy.signal is installed properly. ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1930, in obspy.core.stream.Stream.decimate Failed example: tr.stats.sampling_rate Expected: 0.25 Got: 1.0 ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1932, in obspy.core.stream.Stream.decimate Failed example: tr.data Expected: array([0, 4, 8]) Got: array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9]) ====================================================================== FAIL: filter (obspy.core.stream.Stream) Doctest: obspy.core.stream.Stream.filter ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2201, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for obspy.core.stream.Stream.filter File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1705, in filter ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1754, in obspy.core.stream.Stream.filter Failed example: st.filter("highpass", freq=1.0) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in st.filter("highpass", freq=1.0) File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1765, in filter tr.filter(type, **options) File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1261, in filter func = _getFunctionFromEntryPoint('filter', type) File "/home/aaron/obspy/obspy.core/obspy/core/util/base.py", line 373, in _getFunctionFromEntryPoint raise ImportError(msg % (group.capitalize())) ImportError: Your current ObsPy installation does not support any Filter functions. Please make sure obspy.signal and SciPy are installed properly. ====================================================================== FAIL: simulate (obspy.core.stream.Stream) Doctest: obspy.core.stream.Stream.simulate ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2201, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for obspy.core.stream.Stream.simulate File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1613, in simulate ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1669, in obspy.core.stream.Stream.simulate Failed example: from obspy.signal import cornFreq2Paz Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in from obspy.signal import cornFreq2Paz ImportError: No module named signal ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1678, in obspy.core.stream.Stream.simulate Failed example: paz_1hz = cornFreq2Paz(1.0, damp=0.707) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in paz_1hz = cornFreq2Paz(1.0, damp=0.707) NameError: name 'cornFreq2Paz' is not defined ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1679, in obspy.core.stream.Stream.simulate Failed example: st.simulate(paz_remove=paz_sts2, paz_simulate=paz_1hz) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in st.simulate(paz_remove=paz_sts2, paz_simulate=paz_1hz) NameError: name 'paz_1hz' is not defined ====================================================================== FAIL: trigger (obspy.core.stream.Stream) Doctest: obspy.core.stream.Stream.trigger ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2201, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for obspy.core.stream.Stream.trigger File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1767, in trigger ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1817, in obspy.core.stream.Stream.trigger Failed example: st.filter("highpass", freq=1.0) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in st.filter("highpass", freq=1.0) File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1765, in filter tr.filter(type, **options) File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1261, in filter func = _getFunctionFromEntryPoint('filter', type) File "/home/aaron/obspy/obspy.core/obspy/core/util/base.py", line 373, in _getFunctionFromEntryPoint raise ImportError(msg % (group.capitalize())) ImportError: Your current ObsPy installation does not support any Filter functions. Please make sure obspy.signal and SciPy are installed properly. ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1819, in obspy.core.stream.Stream.trigger Failed example: st.trigger('recstalta', sta=3, lta=10) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in st.trigger('recstalta', sta=3, lta=10) File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 1832, in trigger tr.trigger(type, **options) File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1339, in trigger func = _getFunctionFromEntryPoint('trigger', type) File "/home/aaron/obspy/obspy.core/obspy/core/util/base.py", line 373, in _getFunctionFromEntryPoint raise ImportError(msg % (group.capitalize())) ImportError: Your current ObsPy installation does not support any Trigger functions. Please make sure obspy.signal and SciPy are installed properly. ====================================================================== FAIL: read (obspy.core.stream) Doctest: obspy.core.stream.read ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2201, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for obspy.core.stream.read File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 32, in read ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 151, in obspy.core.stream.read Failed example: st = read("/path/to/loc_RJOB20050831023349.z", format="GSE2") Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in st = read("/path/to/loc_RJOB20050831023349.z", format="GSE2") File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 251, in read raise IOError(2, "No such file or directory", pathname) IOError: [Errno 2] No such file or directory: '/path/to/loc_RJOB20050831023349.z' ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 152, in obspy.core.stream.read Failed example: print(st) # doctest: +ELLIPSIS Expected: 1 Trace(s) in Stream: .RJOB..Z | 2005-08-31T02:33:49.849998Z - ... | 200.0 Hz, 12000 samples Got: 3 Trace(s) in Stream: BW.RJOB..EHZ | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples BW.RJOB..EHN | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples BW.RJOB..EHE | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 159, in obspy.core.stream.read Failed example: st = read("http://examples.obspy.org/loc_RJOB20050831023349.z") Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in st = read("http://examples.obspy.org/loc_RJOB20050831023349.z") File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 239, in read st.extend(_read(fh.name, format, headonly, **kwargs).traces) File "/home/aaron/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func result = func(filename, *args, **kwargs) File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 282, in _read headonly=headonly, **kwargs) File "/home/aaron/obspy/obspy.core/obspy/core/util/base.py", line 431, in _readFromPlugin raise TypeError('Unknown format for file %s' % filename) TypeError: Unknown format for file /tmp/tmp4K4lazz ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 160, in obspy.core.stream.read Failed example: print(st) # doctest: +ELLIPSIS Expected: 1 Trace(s) in Stream: .RJOB..Z | 2005-08-31T02:33:49.849998Z - ... | 200.0 Hz, 12000 samples Got: 3 Trace(s) in Stream: BW.RJOB..EHZ | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples BW.RJOB..EHN | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples BW.RJOB..EHE | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 183, in obspy.core.stream.read Failed example: st = read(stringio_obj) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in st = read(stringio_obj) File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 229, in read st.extend(_read(fh.name, format, headonly, **kwargs).traces) File "/home/aaron/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func result = func(filename, *args, **kwargs) File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 282, in _read headonly=headonly, **kwargs) File "/home/aaron/obspy/obspy.core/obspy/core/util/base.py", line 431, in _readFromPlugin raise TypeError('Unknown format for file %s' % filename) TypeError: Unknown format for file /tmp/tmp3fyNYD.tmp ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 184, in obspy.core.stream.read Failed example: print(st) # doctest: +ELLIPSIS Expected: 1 Trace(s) in Stream: .RJOB..Z | 2005-08-31T02:33:49.849998Z - ... | 200.0 Hz, 12000 samples Got: 1 Trace(s) in Stream: XX.TEST..BHZ | 2008-01-15T00:00:00.025000Z - 2008-01-15T00:00:15.875000Z | 40.0 Hz, 635 samples ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 192, in obspy.core.stream.read Failed example: st = read("http://examples.obspy.org/loc_RJOB20050831023349.z", starttime=dt, endtime=dt+10) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 2, in starttime=dt, endtime=dt+10) File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 239, in read st.extend(_read(fh.name, format, headonly, **kwargs).traces) File "/home/aaron/obspy/obspy.core/obspy/core/util/decorator.py", line 166, in wrapped_func result = func(filename, *args, **kwargs) File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 282, in _read headonly=headonly, **kwargs) File "/home/aaron/obspy/obspy.core/obspy/core/util/base.py", line 431, in _readFromPlugin raise TypeError('Unknown format for file %s' % filename) TypeError: Unknown format for file /tmp/tmpYKVqrEz ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/stream.py", line 194, in obspy.core.stream.read Failed example: print(st) # doctest: +ELLIPSIS Expected: 1 Trace(s) in Stream: .RJOB..Z | 2005-08-31T02:33:59.999999Z - ... | 200.0 Hz, 2001 samples Got: 1 Trace(s) in Stream: XX.TEST..BHZ | 2008-01-15T00:00:00.025000Z - 2008-01-15T00:00:15.875000Z | 40.0 Hz, 635 samples ====================================================================== FAIL: decimate (obspy.core.trace.Trace) Doctest: obspy.core.trace.Trace.decimate ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2201, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for obspy.core.trace.Trace.decimate File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1421, in decimate ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1465, in obspy.core.trace.Trace.decimate Failed example: tr.decimate(4, strict_length=False, no_filter=True) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in tr.decimate(4, strict_length=False, no_filter=True) File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1478, in decimate raise ImportError(msg) ImportError: Error during import from obspy.signal. Please make sure obspy.signal is installed properly. ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1466, in obspy.core.trace.Trace.decimate Failed example: tr.stats.sampling_rate Expected: 0.25 Got: 1.0 ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1468, in obspy.core.trace.Trace.decimate Failed example: tr.data Expected: array([0, 4, 8]) Got: array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9]) ====================================================================== FAIL: filter (obspy.core.trace.Trace) Doctest: obspy.core.trace.Trace.filter ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2201, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for obspy.core.trace.Trace.filter File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1198, in filter ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1248, in obspy.core.trace.Trace.filter Failed example: tr.filter("highpass", freq=1.0) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in tr.filter("highpass", freq=1.0) File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1261, in filter func = _getFunctionFromEntryPoint('filter', type) File "/home/aaron/obspy/obspy.core/obspy/core/util/base.py", line 373, in _getFunctionFromEntryPoint raise ImportError(msg % (group.capitalize())) ImportError: Your current ObsPy installation does not support any Filter functions. Please make sure obspy.signal and SciPy are installed properly. ====================================================================== FAIL: simulate (obspy.core.trace.Trace) Doctest: obspy.core.trace.Trace.simulate ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2201, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for obspy.core.trace.Trace.simulate File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1084, in simulate ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1137, in obspy.core.trace.Trace.simulate Failed example: from obspy.signal import cornFreq2Paz Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in from obspy.signal import cornFreq2Paz ImportError: No module named signal ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1147, in obspy.core.trace.Trace.simulate Failed example: paz_1hz = cornFreq2Paz(1.0, damp=0.707) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in paz_1hz = cornFreq2Paz(1.0, damp=0.707) NameError: name 'cornFreq2Paz' is not defined ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1148, in obspy.core.trace.Trace.simulate Failed example: paz_1hz['sensitivity'] = 1.0 Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in paz_1hz['sensitivity'] = 1.0 NameError: name 'paz_1hz' is not defined ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1149, in obspy.core.trace.Trace.simulate Failed example: tr.simulate(paz_remove=paz_sts2, paz_simulate=paz_1hz) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in tr.simulate(paz_remove=paz_sts2, paz_simulate=paz_1hz) NameError: name 'paz_1hz' is not defined ====================================================================== FAIL: trigger (obspy.core.trace.Trace) Doctest: obspy.core.trace.Trace.trigger ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2201, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for obspy.core.trace.Trace.trigger File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1270, in trigger ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1322, in obspy.core.trace.Trace.trigger Failed example: tr.filter("highpass", freq=1.0) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in tr.filter("highpass", freq=1.0) File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1261, in filter func = _getFunctionFromEntryPoint('filter', type) File "/home/aaron/obspy/obspy.core/obspy/core/util/base.py", line 373, in _getFunctionFromEntryPoint raise ImportError(msg % (group.capitalize())) ImportError: Your current ObsPy installation does not support any Filter functions. Please make sure obspy.signal and SciPy are installed properly. ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1324, in obspy.core.trace.Trace.trigger Failed example: tr.trigger("recstalta", sta=3, lta=10) Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in tr.trigger("recstalta", sta=3, lta=10) File "/home/aaron/obspy/obspy.core/obspy/core/trace.py", line 1339, in trigger func = _getFunctionFromEntryPoint('trigger', type) File "/home/aaron/obspy/obspy.core/obspy/core/util/base.py", line 373, in _getFunctionFromEntryPoint raise ImportError(msg % (group.capitalize())) ImportError: Your current ObsPy installation does not support any Trigger functions. Please make sure obspy.signal and SciPy are installed properly. ====================================================================== FAIL: _getFunctionFromEntryPoint (obspy.core.util.base) Doctest: obspy.core.util.base._getFunctionFromEntryPoint ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 2201, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for obspy.core.util.base._getFunctionFromEntryPoint File "/home/aaron/obspy/obspy.core/obspy/core/util/base.py", line 342, in _getFunctionFromEntryPoint ---------------------------------------------------------------------- File "/home/aaron/obspy/obspy.core/obspy/core/util/base.py", line 350, in obspy.core.util.base._getFunctionFromEntryPoint Failed example: _getFunctionFromEntryPoint('detrend', 'simple') # doctest: +ELLIPSIS Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1289, in __run compileflags, 1) in test.globs File "", line 1, in _getFunctionFromEntryPoint('detrend', 'simple') # doctest: +ELLIPSIS File "/home/aaron/obspy/obspy.core/obspy/core/util/base.py", line 376, in _getFunctionFromEntryPoint raise ValueError(msg % (group.capitalize(), type, ', '.join(ep_dict))) ValueError: Detrend type "simple" is not supported. Supported types: demean, constant, linear ---------------------------------------------------------------------- Ran 370 tests in 15.752s FAILED (failures=10, errors=3) Do you want to report this to tests.obspy.org? [n]: